Opened 7 years ago
Last modified 3 years ago
#403 assigned enhancement
More Templates / More fancy templates
| Reported by: | az@… | Owned by: | janl |
|---|---|---|---|
| Priority: | high | Milestone: | Munin 3.0.0 |
| Component: | web-interface | Version: | |
| Severity: | normal | Keywords: | template |
| Cc: |
Description
Hello,
It will be nice to add several templates like tabbed Javascript/DOM template for Nodeview page to munin distribution.
Change History (8)
comment:1 Changed 7 years ago by janl
- Milestone set to Munin 1.4
- Owner changed from nobody to janl
- Priority changed from normal to high
- Status changed from new to assigned
- Version 1.3.0 deleted
comment:2 Changed 7 years ago by zb
comment:3 Changed 6 years ago by zb
removed silly function patch_section from templates
added verbose section names at URL string
fixed page reload time
comment:4 Changed 6 years ago by janl
- Component changed from design to web-interface
Yes I want this.
comment:5 Changed 4 years ago by janl
- Milestone changed from Munin 1.4 to Munin 1.4.1
Pushing forward
comment:6 Changed 3 years ago by janl
- Milestone changed from Munin 1.4.1 to Munin 1.5
comment:7 Changed 3 years ago by janl
- Milestone changed from Munin 1.5 to Munin 1.6
comment:8 Changed 3 years ago by janl
- Summary changed from Templates to More Templates / More fancy templates
Note: See
TracTickets for help on using
tickets.

Now it fixed for all screens, many peoples who look at prev version, complain that it is not working, because I don't care to change hash links at overview and network view pages, also there was a problem with reloading, because <meta> reload get document.baseURI or something near, but i change document.location.hash; so setTimeout() and document.location.reload() were used.