Johannes Meyer
47c2a8bdc1
js: Utilize `utils.objectsEqual()` in `actiontable.select()`
2019-11-20 16:22:56 +01:00
Johannes Meyer
2dbf9ca8ab
js: Properly parse/decode query params in `utils.parseParams()`
2019-11-20 16:22:56 +01:00
Johannes Meyer
5f739deea3
loader.js: Enhance __BACK__ handling
2019-11-05 15:04:23 +01:00
Johannes Meyer
da565f4d16
loader.js: Refresh left twice in case right has been closed..
...
..if the redirect target is `__BACK__`
2019-11-04 17:25:05 +01:00
Johannes Meyer
42e596f457
loader.js: Navigate back if redirect target is `__BACK__`
2019-11-04 16:03:54 +01:00
Johannes Meyer
a13d2b1e48
js: Introduce behavior modal.js
2019-11-04 12:46:30 +01:00
Florian Strohmaier
ad66582e9c
CSS: Add modal styles
2019-11-04 12:46:30 +01:00
Johannes Meyer
c0cac6fe3c
loader.js: Allow to use a separate target for redirections
2019-11-04 12:46:30 +01:00
Johannes Meyer
0e5e046ae5
js: Split event handling and processing of form submits
2019-11-04 12:46:30 +01:00
Johannes Meyer
50bf126d36
js: Move function events.getLinkTargetFor to loader.js
2019-11-04 12:46:30 +01:00
Florian Strohmaier
82e02c8ce1
CSS: Align value-table-name width with label width
2019-10-31 14:43:37 +01:00
Florian Strohmaier
a00151ef5c
CSS: Use margin-right only for non-inline control-groups
2019-10-30 14:57:13 +01:00
Johannes Meyer
2979ad1da0
css: Fix toggle placement in Firefox
2019-10-08 13:12:33 +02:00
Florian Strohmaier
30a4c62a2a
CSS: Fix hidden radio inputs
...
refs #3957
2019-10-08 09:17:13 +02:00
Johannes Meyer
2896cbd781
loader.js: Avoid named capture groups to parse multipart content
...
fixes #3975
2019-10-07 14:35:49 +02:00
Johannes Meyer
a8dc609b62
loader.js: Add support for multipart content
...
refs #3953
2019-09-25 10:34:24 +02:00
Johannes Meyer
dda49b5ff1
loader.js: Drop redundant method `cacheLoadedIcons`
2019-09-25 10:34:24 +02:00
Johannes Meyer
da513a746d
loader.js: Add support for extra updates
...
refs #3953
2019-09-25 10:34:24 +02:00
Johannes Meyer
329f54cc96
ui.js: Don't generate a container id if its parent is #col1
...
refs #3953
2019-09-25 10:34:24 +02:00
Johannes Meyer
b15c012671
loader.js: Only pre-wrap a search response's html with a div
...
It's not required for all responses anymore.
refs #3953
2019-09-25 10:34:24 +02:00
Johannes Meyer
f98f988aff
Remove tristate form element
2019-09-23 08:36:24 +02:00
Florian Strohmaier
1778ec673b
IE11: Fix nav flyouts being covered by #main
...
fixes #3942
2019-09-04 12:26:37 +02:00
Florian Strohmaier
b7617bf81b
CSS: Don’t make .inline forms 100% width
2019-08-22 14:38:40 +02:00
Florian Strohmaier
7b0b32fc43
CSS: Adapt form design for button links
2019-08-22 14:37:26 +02:00
Feu Mourek
da7086cede
Center inputs in loginform ( #3919 )
...
fixes #3918
2019-08-14 13:09:06 +02:00
Feu Mourek
2ca3ffcb60
Add borders around form inputs ( #3908 )
2019-08-12 13:34:05 +02:00
Eric Lippmann
6e05d852ee
Forms: Distinguish placeholders from real values ( #3911 )
...
We now also use the ::placeholder pseudo-element selector instead of
several vendor prefixes.
2019-08-12 12:54:44 +02:00
Johannes Meyer
6bbafd1c3e
Merge pull request #3899 from Icinga/bugfix/solarized-theme-contrast-issues-3892
...
Bugfix/solarized theme contrast issues 3892
2019-08-12 11:24:31 +02:00
Johannes Meyer
6e5353fd50
solarized-dark: Let the dashboard settings look less weird
2019-08-12 11:17:12 +02:00
Feu Mourek
18f23ec551
Fix menu header contrast ( #3898 )
...
fixes #3897
2019-08-12 11:01:14 +02:00
Feu Mourek
359d7f735b
CSS: Edit form control classes in solarized dark
2019-08-08 11:00:13 +02:00
Eric Lippmann
53529115e5
Fix bad looking login form errors
2019-08-05 17:17:32 +02:00
Florian Strohmaier
fab25f87a7
Login: Fix error messages
2019-08-05 15:47:17 +02:00
Feu Mourek
75971ac3e2
Apply styles to editor / fiter controlls as well
2019-08-05 13:02:21 +02:00
Feu Mourek
61eabf0724
Darken menu styles and add splash of colour for selected
2019-08-05 12:51:43 +02:00
Feu Mourek
b71f0780a7
Sort colour variables and adapt menu colours
2019-08-02 15:47:11 +02:00
Johannes Meyer
5333bbf04d
loader.js: Also set title directly if layout is base target
2019-08-02 15:42:58 +02:00
Feu Mourek
bc4bb6741b
Add form-backgrounds colour and apply to toggles and buttons
2019-08-02 12:53:52 +02:00
Feu Mourek
7acdf789e0
Change input background colour to darker shade
2019-08-02 10:54:11 +02:00
Feu Mourek
f9a18e1ee6
Fix contrast for form inputs
...
refs #3892
2019-08-01 13:59:16 +02:00
Johannes Meyer
5a57903f6c
forms.less: Fix element error layout
2019-07-30 10:17:57 +02:00
Eric Lippmann
bfec423eae
Compat: Provide empty LESS mixin .code()
...
Some 3rd party modules (e.g. vsphere) use this mixin (though we never had it).
With lessphp version 0.5.0 using undefined mixins now throws exceptions.
Since we can't rely that users upgrade those modules first,
we provide the mixin for compatibility here.
2019-07-30 08:31:03 +02:00
Johannes Meyer
b31dd77812
Merge pull request #3676 from Icinga/feature/form-styling
...
Improve look of our forms
2019-07-30 08:26:08 +02:00
Johannes Meyer
5849c06314
storage.js: Don't try and allow to register events for non-local backends
2019-07-30 08:17:29 +02:00
Eric Lippmann
62d4e73d5a
Use session storage for sidebar state
...
The sidebar state is now maintained per tab/window because users view
different things in different tabs/windows. E.g. users work with a
specific module constantly clicking through the menu while having
other tabs/windows with some important dashboards open.
When the sidebar is closed in one tab/widnow, it should not close
the sidebar in the other tabs/windows.
2019-07-30 08:14:49 +02:00
Eric Lippmann
a1a18feb04
js/storage: Allow to set the storage backend
2019-07-30 08:14:49 +02:00
Markus Frosch
c66d206042
Cleanup executable flags on files
...
Some or scripts, but if so just vendor artifacts
2019-07-30 07:53:54 +02:00
Johannes Meyer
eb0d808aec
collapsible.js: Enhance height calculations
...
`data-visible-height` now only covers the actual content height
2019-07-29 16:02:48 +02:00
Johannes Meyer
27cd34dd2d
js: Add new jQuery plugin `getData()`
2019-07-29 16:02:48 +02:00
Johannes Meyer
9e3c9bbab7
css: Don't apply .collapsible-control style to custom controls
2019-07-29 16:02:48 +02:00
Florian Strohmaier
1d5cfef78d
CSS: Fix input height in filter editor
2019-07-29 14:19:59 +02:00
Johannes Meyer
c884a9b61d
forms.less: Add general style for fieldsets
2019-07-29 10:19:39 +02:00
Johannes Meyer
23d9eb8f38
forms.less: Move role-form related styles to widgets.less
2019-07-29 10:19:39 +02:00
Florian Strohmaier
faca0962ef
Navigation: Hide search clear button when value is empty
...
refs #3676
2019-07-29 10:19:39 +02:00
Florian Strohmaier
d4c7566aad
CSS: Fix menu search input styles
...
refs #3676
2019-07-29 10:19:39 +02:00
Florian Strohmaier
4235d4a392
CSS: Prevent collapsible fieldset headings in form to be selected on open
2019-07-29 10:19:39 +02:00
Florian Strohmaier
3c48daf022
CSS: Style role form
2019-07-29 10:19:39 +02:00
Florian Strohmaier
f57fc96b57
Add styles for roles form
2019-07-29 10:19:39 +02:00
Johannes Meyer
8cd6a46388
collapsible.js: Add support for custom control elements
2019-07-29 10:19:29 +02:00
Johannes Meyer
c7a3783034
css: Avoid that toggle switches break onto a new line in minimal layout
2019-07-29 10:17:59 +02:00
Johannes Meyer
b1881c6a53
forms.less: Enhance differentiation between layout and style
2019-07-29 10:17:59 +02:00
Johannes Meyer
4675d24a03
css: Re-add hover effect for .control-info elements
2019-07-29 10:17:59 +02:00
Johannes Meyer
13ad506393
css: Rename class `icinga-forms` to `icinga-form`
2019-07-29 10:17:59 +02:00
Johannes Meyer
eaeda473e5
forms.less: Ensure that spinners are properly aligned..
...
..no matter how big the font size is
2019-07-29 10:17:59 +02:00
Johannes Meyer
212606de78
setup: Apply new icinga form style
2019-07-29 10:17:59 +02:00
Johannes Meyer
47a4d8d410
Fix form layout/button placement when responsive
2019-07-29 10:17:59 +02:00
Johannes Meyer
297e6fc71d
forms.less: Remove negative margin from .control-group elements
2019-07-29 10:17:59 +02:00
Johannes Meyer
346083109a
Apply new form style to the filter editor
2019-07-29 10:17:59 +02:00
Johannes Meyer
05613c413d
Enhance toggle-switch, spinner and control-info placement
...
tested with Chromium, IE11 (Win7), Edge (Win10)
2019-07-29 10:17:59 +02:00
Johannes Meyer
d0eca387ee
js: Also handle spinner elements which are not direct descendants of an element
2019-07-29 10:17:59 +02:00
Johannes Meyer
bc2e7588d7
FormNotifications: Don't ignore warning and error notifications
2019-07-29 10:17:59 +02:00
Johannes Meyer
5c6d04f5d7
LimiterControlForm: Remove class inline and update css
2019-07-29 10:17:59 +02:00
Johannes Meyer
02565ec326
user/list: Make backend selection look good again
2019-07-29 10:17:59 +02:00
Johannes Meyer
cb51d9cf55
forms.less: Only apply form layout and design to our own forms
...
See the file's header for more details.
2019-07-29 10:17:59 +02:00
Johannes Meyer
923582c5de
mixins.less: To pass css lists to less mixins a trailing semicolon is required
2019-07-29 10:17:59 +02:00
Florian Strohmaier
24723b662c
CSS: Add spacing below .filter
2019-07-29 10:17:59 +02:00
Florian Strohmaier
ace9fe6526
CSS: Add styles for graphite date and timepicker
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3ec11f3bf9
CSS: Fix submit button jumping on submit
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f14256a7ee
CSS: Adapt form design with filter editor
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
b21c9d6ebd
CSS: Optimize filter editor layout
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f70f996085
Announcements: Increase font-size and align control layout
...
refs #3676
refs #3560
refs #3839
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7eca14386a
CSS: Align menu search input icon
2019-07-29 10:17:59 +02:00
Eric Lippmann
b8c607b6a6
CSS: Fix comments and add missing semicolons
2019-07-29 10:17:59 +02:00
Florian Strohmaier
70a891825e
CSS: Grant filter icon some space to breathe
2019-07-29 10:17:59 +02:00
Florian Strohmaier
9caa345948
CSS: Fix Detail view inline check now button
2019-07-29 10:17:59 +02:00
Florian Strohmaier
d125b44188
CSS: Fix multiselect inputs
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d68212962
CSS: Fix select line height in controls
2019-07-29 10:17:59 +02:00
Florian Strohmaier
0fa97ea420
CSS: Align control-group elements to vertical top
2019-07-29 10:17:59 +02:00
Florian Strohmaier
7d8cdefc7d
CSS: Prevent selects with long option values from exceeding the container
2019-07-29 10:17:59 +02:00
Florian Strohmaier
d452dfefaf
CSS: Tidy redundant code
2019-07-29 10:17:59 +02:00
Florian Strohmaier
fa4d39f7c6
CSS: Compensate select line height inconsistencies
2019-07-29 10:17:59 +02:00
Florian Strohmaier
0083a193b1
CSS: Add filter input styles
2019-07-29 10:17:59 +02:00
Florian Strohmaier
333d702a9a
CSS: Use vars for input padding
2019-07-29 10:17:59 +02:00
Florian Strohmaier
21055d2bfe
CSS: move controls specific styles to controls.less
2019-07-29 10:17:59 +02:00
Florian Strohmaier
1c12d84eee
CSS: Reset line-height for inputs in .control-groups
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e04d42b7a9
CSS: Move controls styles to controls.less
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
54ba112d64
CSS: Align controls elements
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
73f82d2d31
CSS: align corrections
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
f8ccce9bb8
CSS: Apply margin to spinner in form-controls only
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
59271fd8c0
CSS: Align control-info fly over correctly
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
e1fd0899dc
CSS: Increase form-description-icon size
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
3a3fce23f7
CSS: Right align form control elements
...
refs #3676
2019-07-29 10:17:59 +02:00
Florian Strohmaier
a43b54ae22
CSS: Fix layout issues
...
refs #3676
2019-07-29 10:17:59 +02:00
Jennifer Mourek
bf48b6d26b
WIP: New form styles
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2019-07-29 10:17:59 +02:00
Johannes Meyer
23590c5e20
js: Remove redundant vendor libraries
2019-07-29 09:52:52 +02:00
Johannes Meyer
a4848803c8
collapsible.js: Listen on `#layout` for rendered events
2019-07-26 16:23:18 +02:00
Johannes Meyer
91a8bdf786
collapsible.js: Don't collapse until at least twice the visible space is required
2019-07-26 07:36:17 +02:00
Johannes Meyer
1fd673a034
collapsible.js: Let fade effect look good in containers with .impact
2019-07-26 07:36:17 +02:00
Johannes Meyer
74cb0ef3c9
collapsible.js: Don't enforce `data-visible-rows` for tables and lists
2019-07-26 07:36:17 +02:00
Johannes Meyer
2179518904
storage.js: Properly check if we have any keys left before clearing the storage
2019-07-26 07:36:17 +02:00
Johannes Meyer
9d0ef4cf33
Wrap any markdown output with a `<section>` and remove explicit containers
2019-07-23 14:45:32 +02:00
Florian Strohmaier
31815d1035
CSS: Adjust logo-container to match tab’s height, when sidebar collapsed
2019-07-23 11:36:04 +02:00
Johannes Meyer
f1db972cc5
ui.js: Only set tabindex=-1 on elements which are otherwise not focusable
2019-07-22 13:41:52 +02:00
Johannes Meyer
dd4cfaba50
navigation.js: Store and load sidebar collapse state from localStorage
...
resolves #3628
2019-07-18 09:43:22 +02:00
Johannes Meyer
3310bbc680
js: Patch vendor library sparkline to ensure compatibility with jQuery v3
2019-07-18 07:57:14 +02:00
Johannes Meyer
f8d3f43965
js: Drop vendor library tipsy
2019-07-18 07:57:14 +02:00
Johannes Meyer
eac3a106ad
Render `<title>` tags for line and bar charts instead of tipsy titles
2019-07-18 07:57:14 +02:00
Johannes Meyer
c100654412
js: Integrate vendor library jquery-migrate
2019-07-18 07:57:14 +02:00
Johannes Meyer
ec3a6b0572
ui.js: Don't use jquery blur shorthand but the element's native method
2019-07-18 07:57:14 +02:00
Johannes Meyer
b168c3d7db
js: Don't use jquery.focus shorthand anymore, but icinga.ui.focusElement
2019-07-18 07:57:14 +02:00
Johannes Meyer
f844094475
ui.js: Don't use deprecated .size() method but property .length
2019-07-18 07:57:14 +02:00
Johannes Meyer
6323a065ea
loader.js: Keep using the promise interface for complete callbacks
2019-07-18 07:57:14 +02:00
Johannes Meyer
5cf71c9bbd
js: Drop iframe-upload fallback for IE
2019-07-18 07:57:14 +02:00
Johannes Meyer
97d5b39662
helpers.js: Drop polyfills for IE8 and IE9
2019-07-18 07:57:14 +02:00
Johannes Meyer
91e4baa221
Remove remaining special cases for IE8
2019-07-18 07:57:14 +02:00
Jennifer Mourek
f6a5f952bb
loader.js: Remove comment
2019-07-18 07:56:09 +02:00
Florian Strohmaier
5fe264be6a
JS: Fix errors
...
refs #3813
2019-07-18 07:56:09 +02:00
Florian Strohmaier
77c8111162
JS: Update jquery to 3.4.1
...
refs #3813
2019-07-18 07:56:09 +02:00
Jennifer Mourek
55d35b9e5b
Remove jquery 1.11 dependency
...
refs #3784
2019-07-18 07:56:09 +02:00
Johannes Meyer
8893db0cbc
js: Drop a StorageAwareMap entirely from storage if all keys expired
2019-07-18 07:43:42 +02:00
Johannes Meyer
cfa3af51db
storage.js: Don't return in `StorageAwareMap.forEach`
2019-07-17 13:12:41 +02:00
Johannes Meyer
5c290e1b68
collapsible.js: Rename event callbacks
...
`onExternalCollapse` => `onCollapse`
`onExternalExpansion` => `onExpand`
2019-07-17 13:12:41 +02:00
Johannes Meyer
c976eb48c9
storage.js: Properly handle invalid values
2019-07-17 13:12:41 +02:00
Johannes Meyer
2280551484
storage.js: Use substring instead of startsWith on strings
...
IE11 doesn't support startsWith..
2019-07-17 13:12:41 +02:00
Johannes Meyer
f11de266f4
storage.js: Avoid to call JSON.parse with an empty string
...
IE11 seems not to like this..
2019-07-17 13:12:41 +02:00
Johannes Meyer
9561057b81
storage.js: Allow to subscribe with multiple handlers to the same key
2019-07-17 13:12:41 +02:00
Johannes Meyer
2bf050f57d
storage.js: Don't use the native event mechanism but a simple callback handling
2019-07-17 13:12:41 +02:00
Johannes Meyer
c05291296a
collapsible.js: Only apply external expansions/collapses if necessary
2019-07-17 13:12:41 +02:00
Johannes Meyer
2fd7ba5aed
storage.js: Utilize a single event listener for all storage events
...
It doesn't make sense to register an event listener for every
created storage instance. They're all using entirely different
keys after all.
2019-07-17 13:12:41 +02:00
Johannes Meyer
2ac848828a
storage.js: Prevent conflicts with other apps accessing the same storage
2019-07-17 13:12:41 +02:00
Johannes Meyer
0f16e20d92
storage.js: Write `null` instead of `undefined` to the storage
...
`undefined` causes the key to be ignored by JSON.stringify
2019-07-17 13:12:41 +02:00
Johannes Meyer
383895fd92
storage.js: Pass the value to event subscribers of StorageAwareMap
2019-07-17 13:12:41 +02:00
Johannes Meyer
8937e11a09
storage.js: Properly handle if keys are entirely removed
2019-07-17 13:12:41 +02:00
Johannes Meyer
363486277b
storage.js: Rename Storage.subscribe to onChange
2019-07-17 13:12:41 +02:00
Johannes Meyer
c5beabf891
storage.js: Cleanup `StorageAwareMap` key corpses after 90 days
2019-07-17 13:12:41 +02:00
Johannes Meyer
cbd1e1bb92
storage.js: Drop `StorageAwareSet` and replace it with `StorageAwareMap`
2019-07-17 13:12:41 +02:00
Johannes Meyer
8377a2d096
storage.js: Don't use .bind() to define a callbacks context
2019-07-17 13:12:41 +02:00
Johannes Meyer
03fc052749
storage.js: Directly use scope `window` to access `localStorage`
2019-07-17 13:12:41 +02:00
Johannes Meyer
95dee43f5b
storage.js: Just use a factory to create behavior storages
2019-07-17 13:12:41 +02:00
Johannes Meyer
3b7a1a5ab4
storage.js: Add method `on` to `StorageAwareSet`
2019-07-17 13:12:41 +02:00
Johannes Meyer
ffec2ebd4c
collapsible.js: Utilize storage.js
2019-07-17 13:12:41 +02:00
Johannes Meyer
e2cddc2d46
js: Introduce storage.js, a localStorage abstraction layer
2019-07-17 13:12:41 +02:00
Florian Strohmaier
b45b38d73d
CSS: Calculate hover effect offset correctly
2019-07-17 13:12:41 +02:00
Florian Strohmaier
12aa079e5c
CSS: Fix collapsible-control icon alignment in Firefox
2019-07-17 13:12:41 +02:00
Johannes Meyer
beae5b5921
collapsible.js: Update collapsible states when the layout changes
2019-07-17 13:12:41 +02:00
Johannes Meyer
0140fdf485
collapsible.js: Use `scrollHeight` to measure a container's actual height
2019-07-17 13:12:41 +02:00
Johannes Meyer
9f858a9073
ui.js: Trigger event `layout-change` when the layout changes
2019-07-17 13:12:41 +02:00
Johannes Meyer
a99f653a63
collapsible.js: Don't process collapsible containers multiple times
2019-07-17 13:12:41 +02:00
Johannes Meyer
fc782b59a9
collapsible.js: Don't collapse containers which are near to the maximum
2019-07-17 13:12:41 +02:00
Johannes Meyer
c5ebaa2bde
main.less: Don't use `unset`, IE11 does not support it
2019-07-17 13:12:41 +02:00
Johannes Meyer
754f45566a
collapsible.js: Make storage working with multiple tabs
2019-07-17 13:12:41 +02:00
Johannes Meyer
a642117c8a
collapsible.js: Remove superflous spaces after the `function` keyword
2019-07-17 13:12:41 +02:00
Johannes Meyer
9a6b1cffd6
collapsible.js: Don't use Set features which IE11 doesn't support
2019-07-17 13:12:41 +02:00
Johannes Meyer
ec2a6b5c78
collapsible.js: Use namespace `behavior` for local storage entries
2019-07-17 13:12:41 +02:00
Johannes Meyer
1748404efe
collapsible.js: Enhance how we'll utilize `localStorage`
2019-07-17 13:12:41 +02:00
Johannes Meyer
6f28a5c3e1
collapsible.js: Rename `height` to `visible-height`
2019-07-17 13:12:41 +02:00
Johannes Meyer
1ae1dc387f
collapsible.js: Rename `numofrows` to `visible-rows`
2019-07-17 13:12:41 +02:00
Johannes Meyer
b8bdd743a2
collapsible.js: Remove useless `> tbody > th` row selector
2019-07-17 13:12:41 +02:00
Johannes Meyer
ba44240b68
collapsible.js: Store and load states form localStorage
2019-07-17 13:12:41 +02:00
Johannes Meyer
3122af2838
collapsible.js: Properly track a collapsible's state across navigation
2019-07-17 13:12:41 +02:00
Johannes Meyer
0ed030410f
collapsible.js: Listen for rendered events on all containers
...
not just #col2
2019-07-17 13:12:41 +02:00
Johannes Meyer
0574f44bd9
colllapsibleContainer.js: Rename to collapsible.js
2019-07-17 13:12:41 +02:00
Johannes Meyer
d6f7582df6
collapsibleContainer.js: Update documentation
2019-07-17 13:12:41 +02:00
Johannes Meyer
1032a944b4
collapsibleContainer.js: Properly set an collapsible's height
2019-07-17 13:12:41 +02:00
Johannes Meyer
fb83bee924
css: Make collapsible styles work with the new markup
2019-07-17 13:12:41 +02:00
Johannes Meyer
618ca25aec
collapsibleContainer.js: Simplify implementation and make it more flexible
...
Handling is ok though the styles are outdated now and not working
2019-07-17 13:12:41 +02:00
Johannes Meyer
ffe638ee36
collapsibleContainer.js: Don't expect a data attribute for a container's id
2019-07-17 13:12:41 +02:00
Johannes Meyer
e6e43d07bf
collapsibleContainer.js: Cleanup and streamline behavior implementation
2019-07-17 13:12:41 +02:00
Johannes Meyer
66084d6d94
collapsibleContainer.js: Adjust id handling
...
Id's are unique. Making this assumption is fine since anyone
not abiding by this isn't my problem.
2019-07-17 13:12:41 +02:00
Florian Strohmaier
b73a608742
JS: Check collapsible containers for unique collapsible-id
2019-07-17 13:12:41 +02:00
Florian Strohmaier
e375822ef1
CSS: Add hover effect for collapsible control
2019-07-17 13:12:41 +02:00
Florian Strohmaier
d3e4fb6552
JS: Add code documentation
2019-07-17 13:12:41 +02:00
Florian Strohmaier
168cc33a69
CSS: Fade collapsed containers
2019-07-17 13:12:41 +02:00
Florian Strohmaier
545d3355a9
JS: Use can-collapse to flag containers with sufficient height
2019-07-17 13:12:41 +02:00
Florian Strohmaier
b07ffd4987
JS: Implement collapsible-container behavior
2019-07-17 13:12:41 +02:00
Florian Strohmaier
14caccc384
CSS: Style for collapsible control
2019-07-17 13:12:41 +02:00
Johannes Meyer
f6d40a9d1c
loader.js: Directly set the window's title for full layout requests
...
refs #3851
2019-07-15 08:24:44 +02:00
Johannes Meyer
902e5d1cb8
Merge pull request #3845 from Icinga/feature/add-tactical-overview-to-global-search-2529
...
Add tactical overview to global search
2019-07-11 08:20:52 +02:00
Johannes Meyer
83962edce5
tactical/index: Make sure the donuts are shown side-by-side
...
refs #2529
2019-07-04 15:10:20 +02:00
Johannes Meyer
1aca142e1a
tatical/index: Use an `ul` for the legends and render real links
...
refs #2529
refs #3804
2019-07-04 14:49:53 +02:00
Johannes Meyer
974df5f2a9
layout.less: Make sure that big numbers in badges don't overflow
...
refs #3568
2019-07-03 11:30:20 +02:00
Johannes Meyer
e992eb6b26
ui: Show problem badges in collapsed sidebar
...
fixes #3568
2019-06-26 10:34:30 +02:00
Florian Strohmaier
b6adf2caef
CSS: Fix navigation level-2 indentation
2019-05-28 16:30:43 +02:00
Florian Strohmaier
d3f9f82238
CSS: Fix rounding error for font-size-small
2019-05-28 16:30:17 +02:00
Loei Petrus Marogi
302422d814
Allow to fully customize click and submit handling
...
resolves #3767
2019-05-27 14:34:38 +02:00
Johannes Meyer
b4979b75a9
Merge pull request #3723 from Icinga/feature/ctrl-click-does-not-open-links-in-new-tab-3722
...
Make ctrl-click open new tab
2019-05-24 13:01:52 +02:00
Jennifer Mourek
b6f8df5ddc
Disallow new tab opening on anything but anchors
2019-05-24 11:09:05 +02:00
Johannes Meyer
82d6b22697
Merge pull request #3775 from Icinga/bugfix/improve-mobile-menu
...
Improve mobile menu
2019-05-24 10:56:02 +02:00
Jennifer Mourek
1c666d88e6
Prevent new tab opening in tables and href="#"
2019-05-23 11:04:11 +02:00
Johannes Meyer
3b82fffca9
Merge pull request #3766 from Icinga/fix/dont-trigger-rendered-event-for-redirects
...
loader.js: Return in onComplete upon handled redirects
2019-05-23 09:08:23 +02:00
Jennifer Mourek
26d696372f
Exclude multiselect rows from the open new tab feature
2019-05-21 15:06:16 +02:00
Jennifer Mourek
eafc6cf356
Add colorblind theme
2019-05-16 08:47:57 +02:00
Florian Strohmaier
3294e2a789
CSS: Remove caret for active list items in mobile menu
2019-05-06 15:13:11 +02:00
Florian Strohmaier
ac53cb6035
CSS: Remove box shadow from mobile menu
2019-05-06 14:56:06 +02:00
Florian Strohmaier
574c76ab42
Improve mobile menu
2019-05-06 14:49:41 +02:00
sant-swedge
727d07bd51
Set background color on Fullscreen Layout ul.tabs ( #3653 )
...
Fix for ul.tabs links not being visible in showFullscreen mode (white links on white background)
2019-05-03 15:14:33 +02:00
Johannes Meyer
43c87d2388
loader.js: Return in onComplete upon handled redirects
...
Got changed with f12a5741b8
. Triggering
rendered events for stuff that's never displayed doesn't seem right.
2019-04-30 09:23:59 +02:00
Johannes Meyer
50f5aa0ac3
Revert "utils.js: Utilize ids of forms and elements in getCssPath"
...
This reverts commit c835f02953
.
2019-04-25 10:11:45 +02:00
Johannes Meyer
f72aa291bc
Merge pull request #3610 from Icinga/fix/window-id-cannot-be-used-to-differentiate-containers-3609
...
Fix window id cannot be used to differentiate containers
2019-04-17 11:38:48 +02:00
Johannes Meyer
c835f02953
utils.js: Utilize ids of forms and elements in getCssPath
...
They're now reliable again :)
fixes #2238
2019-04-17 11:25:10 +02:00
Johannes Meyer
4900040d47
js: Restore previous title when closing right column
...
fixes #3654
2019-04-16 09:29:42 +02:00
Johannes Meyer
d8c4fcc517
Merge pull request #3661 from Icinga/feature/preserve-scroll-position-upon-form-submits
...
Preserve scroll position upon form submits
2019-04-16 08:04:15 +02:00
Johannes Meyer
cb3528a7be
js: Don't scroll to re-focused elements after auto-refreshes
...
refs #2048
refs #3295
refs #3492
refs #3518
2019-04-15 15:42:14 +02:00
Johannes Meyer
f54f2f8627
js: Prevent flickering when refreshing scrolled content
2019-04-15 14:27:14 +02:00
Michael Friedrich
c050e37428
Update favicon
2019-03-25 09:59:42 +01:00
Eric Lippmann
915c7b8fe5
Merge pull request #3504 from Icinga/fix/collapsible-sidebar-issues-3187
...
Fix collapsible sidebar issues
2019-03-21 09:09:27 +01:00
Jennifer Mourek
2c1abe13a1
Make ctrl-click open new tab
...
refs #3722
2019-03-20 14:19:14 +01:00
Jennifer Mourek
b3b80fdc31
Make active first-level nav items better distinguishable
2019-03-20 11:07:39 +01:00
Jennifer Mourek
1e79ba5c1c
Remove opacity change on collapsed flyout hover on active items
2019-03-20 11:07:39 +01:00
Jennifer Mourek
cacfd9f1d9
Fix tabbed navigation not highlighting the nav-items correctly
2019-03-20 11:07:39 +01:00
Jennifer Mourek
9ca5382e55
Remove font changes on active navigation items
2019-03-20 11:07:39 +01:00
Jennifer Mourek
2e5515274e
Adjust sidebar lug size and reduce flyout delay
2019-03-20 11:07:39 +01:00
Jennifer Mourek
61b0d8aa90
Add icon with first letter of the li if there is no icon set else default to icon-circle
2019-03-20 11:07:39 +01:00
Jennifer Mourek
504c7cd5d8
Fix minimised sidebar glitching left when searchbar is clicked in safari
2019-03-20 11:07:39 +01:00
Jennifer Mourek
6a7c73dd77
Add caret to flyout menu
2019-03-20 11:07:39 +01:00
Johannes Meyer
27569d09d8
loader.js: Preserve scroll position also for form submits
...
Restores the scroll position if:
* it's been a POST request
* the source and target url path is the same
* the target's url params do not change significantly
2019-01-10 15:32:28 +01:00
Johannes Meyer
d2214ef0e4
loader.js: Pass-through previous request when peforming a redirection
2019-01-10 15:31:39 +01:00
Johannes Meyer
29a8184548
loader.js: Remember a request's method
2019-01-10 15:30:48 +01:00
Johannes Meyer
2a5a403573
utils.js: Add new method objectsEqual()
2019-01-10 15:30:05 +01:00
Eric Lippmann
f8295ea825
Revert "Fix menu flickering on reload and broken layout w/o JS"
...
This reverts commit 3b06f06a04
.
Breaks announcements.
2018-11-20 10:17:27 +01:00
Eric Lippmann
3b06f06a04
Fix menu flickering on reload and broken layout w/o JS
...
fixes #3629
fixes #3630
2018-11-20 10:06:41 +01:00
Eric Lippmann
f0f9ab0eb7
JS: Simplify Date.isDst()
2018-11-16 09:00:32 +01:00
Eric Lippmann
fbc7598a6b
JS: Simplify Date.getStdTimezoneOffset()
...
refs #3607
2018-11-16 09:00:32 +01:00
h0rmiga
d9b337a213
JS: Fix DST detection
...
refs #3607
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2018-11-16 09:00:19 +01:00
Johannes Meyer
c8a49414b1
js: Append a unique container id to the Window-Id
...
Generates a semi-random id for containers other than the menu and col1.
This id is then appended to the Window-Id of every request separated by
an underscore: `window-id_container-id`
refs #3609
2018-11-07 12:44:25 +01:00
Johannes Meyer
8212c51f8d
js: Already set `window.name` prior bootstrapping our js runtime
...
Makes sure that the Window-Id already generated and utilized by the
server on the first request is used by subsequent requests instead
of a new one.
Also avoids that concurrent running id-less requests compete about
which one may set his assigned id. Now any subsequent request
already transmits the id assigned to the first one.
And it resets `window.name` in case the user performs a manual
refresh so that the id used by the server is set/utilized.
refs #3609
2018-11-07 09:13:16 +01:00
Michael Friedrich
d1fb3b3674
Update URL to https://icinga.com
2018-10-18 11:02:57 +02:00
Florian Strohmaier
d1cbc4b05c
JS: Remove excessive scroll events
2018-10-16 15:41:33 +02:00
Eric Lippmann
84e0c0c4fb
Merge pull request #3518 from Icinga/fix/anchor-navigation-not-working-3492
...
loader.js: Make anchor navigation working again
2018-07-16 10:00:35 +02:00
Johannes Meyer
5f4aa1e296
loader.js: Make anchor navigation working again
...
fixes #3492
2018-07-10 10:50:31 +02:00
Eric Lippmann
ccda44f8b3
Merge pull request #3514 from Icinga/fix/huge-icons-destroy-navigation-dashboard-layout-3442
...
navigation/dashboard: Limit icons to a size of 3x3em
2018-07-10 09:27:48 +02:00
Eric Lippmann
d18d05ccee
Introduce ApplicationStateHook
...
refs #2835
2018-07-09 16:28:25 +02:00
Johannes Meyer
8974e44c68
navigation/dashboard: Limit icons to a size of 3x3em
...
fixes #3442
2018-07-09 10:46:47 +02:00
Johannes Meyer
990df95f36
loader.js: Allow to force HTTP to be used for JS redirection
2018-07-04 14:44:03 +02:00
Eric Lippmann
02630c2607
Add vertical-align to sort-controls
2018-06-28 11:27:46 +02:00
Eric Lippmann
f8a076f20b
Update icon font
2018-06-28 11:27:46 +02:00
Johannes Meyer
9294c830f8
tipsy: Don't use opacity but rgba to avoid having transparent text
...
refs #3418
2018-04-26 13:39:50 +02:00
Eric Lippmann
7fc9d7995f
Merge pull request #3425 from Icinga/fix/avoid-unnecessary-search-requests-3348
...
Don't search as long as the user is typing
2018-04-25 03:08:47 -04:00
Johannes Meyer
c2b3bbb87b
events.js: Don't search as long as the user is typing
...
500ms is for the average typist. Still fast enough, imho.
refs #3348
2018-04-24 12:33:04 +02:00
Johannes Meyer
9857021d2c
Revert "loader.js: place focus at the end of text inputs"
...
This reverts commit d1fd7e4be7
.
Browsers seem to do this on their own natively. Way better.
refs #3348
2018-04-24 11:18:10 +02:00
Johannes Meyer
5f24fffe7d
Merge pull request #3412 from Icinga/bugfix/filter-editor-expand-upon-auto-refresh-2964
...
Preserve collapsed FilterEditor subtrees across auto-refreshes
2018-04-06 14:55:19 +02:00
Alexander A. Klimov
41b105136d
Preserve collapsed FilterEditor subtrees across auto-refreshes
...
refs #2964
2018-04-06 13:54:51 +02:00
Johannes Meyer
36716566b6
Merge pull request #3410 from Icinga/fix/inverted-colors-of-icons-in-nav-bar-3181
...
menu: Only invert icons located under /img/icons/
2018-04-06 09:45:27 +02:00
Alexander A. Klimov
a187966277
Merge branch 'bugfix/sparkline-charts-flickering-3344'
...
fixes #3344
2018-04-06 09:44:32 +02:00
Alexander A. Klimov
38438449e4
Revert "Performance data: render pie charts without freezing the UI"
...
This reverts commit f2b2b6a91a
.
refs #3344
2018-04-06 09:36:24 +02:00
Johannes Meyer
b8e406fd95
menu: Only invert icons located under /img/icons/
...
refs #3181
2018-04-06 09:18:45 +02:00
Johannes Meyer
5e6da5b51d
widgets.less: Don't lowercase donut titles
...
refs #3375
2018-04-05 13:44:05 +02:00
Johannes Meyer
78a7939fde
Merge pull request #3408 from Mikesch-mp/master
...
Fix header width for 4k resolutions.
2018-04-05 12:14:56 +02:00
Carsten
bdc82ee6a9
Fix header width for 4k resolutions. Fixes #3374
2018-04-04 22:11:04 +02:00
Alexander A. Klimov
b5dde96746
FilterEditor: save changes on element addition
...
refs #2900
2018-04-04 12:20:52 +02:00
Alexander A. Klimov
64bb91ddd2
Let a dashlet use the whole space if it's the only one
...
refs #3302
2018-01-26 11:28:13 +01:00
Johannes Meyer
7483a168f9
actiontable.js: Use `event.currentTarget` instead of the closest tr
...
This event is triggered due to delegation. If any onclick event is able
to bubble up this far that it gets triggered we can safely use whatever
it has been triggered for. (i.e. it can only be a tr[href])
refs #3298
2018-01-22 13:23:28 +01:00
lippserd
d0aa39007a
Merge pull request #3273 from Icinga/bugfix/iframe-dashboard
...
Improve rendering of iframes in the dashboard
2018-01-22 09:42:25 +01:00
lippserd
0b9ae48530
Merge pull request #3288 from Icinga/bugfix/performance-problem-lots-of-performance-data-2894
...
Performance data: render pie charts without freezing the UI
2018-01-19 16:16:54 +01:00
Alexander A. Klimov
f2b2b6a91a
Performance data: render pie charts without freezing the UI
...
refs #2894
2018-01-19 16:14:42 +01:00
lippserd
ce428cb77d
Merge pull request #3146 from Icinga/bugfix/links-in-announcements-2641
...
Render HTML in announcements' messages as expected
2018-01-19 16:13:59 +01:00
Alexander A. Klimov
e86566f634
css: Make links in announcements blue, @icinga-blue
...
refs #2641
2018-01-19 16:12:53 +01:00
lippserd
a812a95a9b
Merge pull request #3295 from Icinga/bugfix/focus-preserve-scroll-position
...
Icinga.Loader.prototype.renderContentToContainer(): preserve scroll position despite the focus
2018-01-19 16:07:12 +01:00
Alexander A. Klimov
68870ca411
Icinga.Loader.prototype.renderContentToContainer(): preserve scroll position despite the focus
2018-01-19 15:32:54 +01:00
lippserd
226cc2c810
Merge pull request #3274 from Icinga/bugfix/inner-donut-labels-firefox-3226
...
Donut: place HTML tags outside <svg>
2018-01-18 10:15:49 +01:00
Alexander A. Klimov
0ad153a223
Tactical overview: always show the problems amount
...
refs #3226
2018-01-17 15:01:02 +01:00
Alexander A. Klimov
1107af2101
Let wide dashlets scroll
...
refs #2756
2018-01-17 12:29:37 +01:00
lippserd
f92c35c193
Merge pull request #3262 from Icinga/bugfix/browser-history-multiple-columns-2779
...
Make navigation via browser history working as expected
2018-01-17 12:03:03 +01:00
lippserd
a181503448
Merge pull request #3225 from Icinga/bugfix/activity-indicator-without-javascript-3119
...
Don't display loading w/o JS
2018-01-17 11:55:54 +01:00
Eric Lippmann
4182a5af75
Improve rendering of iframes in the dashboard
2018-01-16 16:38:32 +01:00
Alexander A. Klimov
5a7ecb825a
Drop unneccessary browser history steps
...
... which are non-desired columns contents combinations
refs #2779
2018-01-16 12:25:22 +01:00
Alexander A. Klimov
fd1cfd35c3
Don't display loading w/o JS
...
refs #3119
2018-01-16 10:48:11 +01:00
Alexander A. Klimov
1f61744b57
Make search reset control working across auto-refresh
...
refs #2753
2018-01-15 15:09:50 +01:00
lippserd
83faa2671c
Merge pull request #3174 from Icinga/fix/fullscreen-layout
...
Don't discard fullscreen when detecting the layout
2017-12-15 10:13:05 +01:00
Eric Lippmann
cb83a7dea3
JS: Always request application-state
...
Icinga Web 2 version 2.5.0 suspends auto-refresh if the tab is inactive.
This also pauses the application-state requests which are intended to refresh the session and announcements.
If a tab is inactive for longer than the PHP session timeout (session.gc_maxlifetime in php.ini), users are automatically logged out.
With this patch Web 2 will always request application-state. Even if auto-refresh is disabled.
2017-12-04 14:25:23 +01:00
Eric Lippmann
e77c3c8169
Don't take fullscreen into account when detecting the layout
...
The fullscreen-layout class is just a layout modifier.
2017-11-29 15:12:51 +01:00
Alexander A. Klimov
48133aae91
Flyover: select #main instead of div#main
2017-11-27 16:51:55 +01:00
Alexander A. Klimov
59054dd01c
Collapse all expanded flyovers on any click not inside any flyover
2017-11-27 16:35:18 +01:00
Alexander A. Klimov
8afd2f8a32
Handle multiple toggles per flyover
2017-11-27 16:32:52 +01:00
Johannes Meyer
0dd8390e52
Update high-contrast theme for new menu style
2017-11-27 15:51:47 +01:00
Johannes Meyer
80b0f165ac
Update winter theme for new menu style
2017-11-27 15:51:47 +01:00
Markus Frosch
9a4eb7268c
Update solarized-dark theme for new menu style
2017-11-27 15:51:47 +01:00
Eric Lippmann
47ca9bd32f
JS: Fix sidebar position
2017-11-27 15:12:15 +01:00
lippserd
8f1f8d4471
Merge pull request #3100 from Icinga/feature/expandable-content
...
Implement persistent "Show more" spoilers
2017-11-27 14:44:15 +01:00
Alexander A. Klimov
6409bdc074
Implement persistent "Show more" spoilers
2017-11-27 14:18:42 +01:00
Eric Lippmann
5058868c2b
Fix issues with minimal-layout if the sidebar has been collapsed
2017-11-27 13:52:39 +01:00
Thomas Gelf
cc41fc25f3
js, layout: detect initial layout on load
...
fixes #3107
2017-11-27 13:45:43 +01:00
Eric Lippmann
459768ba4e
Fix JS issues with our new menu
2017-11-27 13:26:28 +01:00
Eric Lippmann
544e92ac4a
Fix issues w/ scrollbars in the menu
2017-11-27 13:26:23 +01:00
Eric Lippmann
2a4fdd12d7
Fix highlight style for active menu items
2017-11-22 11:37:05 +01:00
Florian Strohmaier
3503fb77f1
CSS: Fix navigation details
2017-11-22 11:33:38 +01:00
Florian Strohmaier
fd705bf2de
CSS: Fix login layout on very small screens (e.g. iPhone SE)
2017-11-22 10:27:49 +01:00
Florian Strohmaier
61ce6fcc1d
CSS: Set proper focus styles for inputs in login view
2017-11-22 10:27:49 +01:00
Florian Strohmaier
07a8a1f234
CSS: Reduce login form box shadow opacity
2017-11-22 10:27:48 +01:00
Florian Strohmaier
57c1bba58d
CSS: IE9 users can now enjoy the login view in all of its beauty, too
2017-11-22 10:27:48 +01:00
Florian Strohmaier
1881b96235
CSS: Reposition logo in login view
2017-11-22 10:27:48 +01:00
Florian Strohmaier
155bc0f0c2
Add static login background image
2017-11-22 10:27:48 +01:00
Florian Strohmaier
f714c387f7
Remove commented styles
2017-11-22 10:27:48 +01:00
Florian Strohmaier
ae575667a4
CSS: Update error text color to match new style
2017-11-22 10:27:48 +01:00
Florian Strohmaier
784a311c19
CSS: Optimize social list spacing
2017-11-22 10:27:48 +01:00
Florian Strohmaier
567864221d
CSS: Optimize redesigned login form in minimal layout
2017-11-22 10:27:48 +01:00
Florian Strohmaier
fbd3145b10
CSS: Modernize login style
2017-11-22 10:27:48 +01:00
Florian Strohmaier
c9cecae972
CSS: Include additional less color vars
2017-11-22 10:27:44 +01:00
Florian Strohmaier
6097f5796e
CSS: Introduce class for dark icinga-logo
2017-11-22 10:21:24 +01:00
Florian Strohmaier
2aacaf4034
Include dark icinga logo as svg
2017-11-22 10:21:24 +01:00
Eric Lippmann
752e747b53
Only use white search icon in the menu
2017-11-22 10:14:40 +01:00
lippserd
f908ea42ce
Merge pull request #3098 from Icinga/feature/redesign-tactical-overview
...
Redesign tactical overview
2017-11-22 00:22:37 +01:00
Florian Strohmaier
1290711f94
CSS: Dark styles for menu
2017-11-22 00:08:56 +01:00
Jennifer Mourek
d34ea588b1
Tactical overview: Add donut graphs
2017-11-21 23:38:04 +01:00
Eric Lippmann
2a7cf05655
Menu: Do not hover on minimal-layout
2017-11-21 23:04:12 +01:00
Eric Lippmann
d447487219
Menu: Do not show outline upon focus
2017-11-21 23:04:12 +01:00
Eric Lippmann
4c32935c48
Increase header logo height
2017-11-21 23:04:12 +01:00
Eric Lippmann
09c70ec3fb
Show search input upon focus when the sidebar is collapsed
2017-11-21 23:04:12 +01:00
Florian Strohmaier
c1029d90d7
Add compact logo file
2017-11-21 23:04:12 +01:00
Florian Strohmaier
22ffe1b783
Fix alignment of icon images in the menu
2017-11-21 23:04:12 +01:00
Florian Strohmaier
e9494e1e96
Reduce opacity of icon images in the menu when they are hovered
2017-11-21 23:04:12 +01:00
Florian Strohmaier
147587da90
Allow to collapse/expand the sidebar via a toggle button at the bottom of the sidebar
2017-11-21 23:04:12 +01:00
Eric Lippmann
807fbdb131
Reduce flyout menu JS complexity
2017-11-21 23:04:12 +01:00
Eric Lippmann
a83a9cef03
Introduce dashboard for navigation items
2017-11-21 22:55:45 +01:00
Alexander A. Klimov
bc4b9fb4e0
Make flyover responsive
2017-11-21 18:11:05 +01:00
lippserd
df1e7683c8
Merge pull request #3041 from Icinga/feature/auto-detaching-dom-elements-3039
...
Implement auto-detaching DOM elements
2017-11-21 16:48:59 +01:00
Alexander A. Klimov
e9c189fa38
Close all flyovers on click outside a flyover
2017-11-21 16:37:52 +01:00
lippserd
7fd9f23f6c
Merge pull request #3116 from Icinga/fix/no-debug-rendering-while-disabled-3115
...
icinga/ui.js: don't spend time for UI debug...
2017-11-21 14:09:12 +01:00
Alexander A. Klimov
c7ffb41b02
Implement togglable flyover
...
refs #3024
2017-11-21 14:05:12 +01:00
Alexander A. Klimov
b000c1ae4a
Implement auto-detaching DOM elements
...
refs #3039
2017-11-21 13:17:55 +01:00
Thomas Gelf
0edcfdee33
icinga/ui.js: don't spend time for UI debug...
...
...while not being shown.
fixes #3115
2017-11-21 12:27:15 +01:00
Markus Frosch
032622a4dc
php-fpm: Add config file examples and templates
2017-11-17 11:37:36 +01:00
Markus Frosch
0a188740d3
Solazired theme: Improve colors and module styles
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-11-07 09:10:20 +01:00
Tomas Barton
751da3c762
Add solarized dark theme
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-11-07 09:10:20 +01:00
lippserd
27867494ff
Merge pull request #2798 from towolf/suspend-autorefresh-when-invisible
...
Disable auto-refresh when page is not visible
2017-11-06 09:48:31 +01:00
Jennifer Mourek
3a8ba39abd
Disable auto-refresh when page is not visible
...
credits to @towolf
Icinga offers the user to enable or disable 'auto-refresh' with a
static preference.
But 'auto-refresh' is the default and our users often have dozens of
Icinga tabs open in their browser, which they are not looking at.
The background tabs lead to significant load on the database to to
repeated queries to keep the invisible UI fresh.
This change adds a visibility listener, which disables auto-refresh when the
page is not visible.
refs #2761
2017-10-26 13:53:25 +02:00
Florian Strohmaier
aab32214d6
JS: Close menu correctly after searching on iOS
...
fixes #2922
2017-09-21 17:52:51 +02:00
Florian Strohmaier
c48f69915b
CSS: Add safe area paddings for iPhone X landscape orientation
...
fixes #2966
2017-09-20 11:47:39 +02:00
Florian Strohmaier
75b6d5009a
Provide Pinned Tab Icon for Safari
...
refs #2853
2017-08-09 11:13:10 +02:00
Eric Lippmann
fe12ed05e3
Fix menu height when switching back from mobile layout
...
Fixes #2841
2017-07-28 13:44:21 +02:00
Eric Lippmann
74c90b8f77
Merge pull request #2739 from Icinga/bugfix/icinga-timer-can-lock-up-the-browser-11693
...
Icinga.Timer: use setTimeout() instead of setInterval()
2017-06-02 09:38:44 +02:00
Eric Lippmann
d56c7b308e
Increase height for textareas
2017-05-04 13:53:20 +02:00
Alexander A. Klimov
a0917148e8
CSS: make text of input.placeholder and input.value differentiable
...
refs #2767
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-03-28 09:38:17 +02:00
Alexander A. Klimov
cb2093513a
Icinga.Timer: use setTimeout() instead of setInterval()
...
refs #11693
2017-02-10 10:14:14 +01:00
Michael Friedrich
08a82daea3
Update to icinga.com
...
refs #2687
2017-01-18 12:04:43 +01:00
Noah Hilverling
19f2c813f1
Wizard: Add restart button
...
refs #9658
2017-01-09 11:01:15 +01:00
Eric Lippmann
3ba1d9ea56
CSS: Reset line-height in the button mixin
2016-12-14 12:22:35 +01:00
Florian Strohmaier
e56b568050
Merge branch 'master' of git.icinga.org:icingaweb2
2016-12-13 13:53:53 +01:00
Florian Strohmaier
14b325aff4
Fix header height when announces shown
2016-12-13 13:53:23 +01:00
Eric Lippmann
752891ef80
Fix executeable files
2016-12-13 13:49:21 +01:00
Eric Lippmann
08571ce01c
Fix exception in navigation.js
2016-12-13 13:31:46 +01:00
Florian Strohmaier
634656be7e
Fix missing header logo in IE8
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-12-13 12:14:09 +01:00
Florian Strohmaier
f0bc12d2c0
Fix jumping header when reloading
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-12-13 12:14:01 +01:00
Eric Lippmann
e030229d7f
Fix CSS issues when rerendering the layout
...
fixes #13467
2016-12-12 15:02:51 +01:00
Eric Lippmann
67e41af308
Fix navigation behavior not clearing active items properly
2016-12-12 15:02:28 +01:00
Eric Lippmann
293dd2b576
Remove icon-strikethrough in history views
2016-12-12 12:11:57 +01:00
Eric Lippmann
aa559c4636
Merge branch 'bugfix/actiontable-row-handling-13115'
...
fixes #13115
2016-12-09 13:49:27 +01:00
Eric Lippmann
626afbd5ec
Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'
...
fixes #10704
2016-12-08 17:15:02 +01:00
Eric Lippmann
177d4c770d
JS: Optimize navigation behavior by using the #menu selector for the onRendered event
...
refs #10704
2016-12-08 16:56:25 +01:00
Eric Lippmann
2156eb1a8c
Remove gap between header and content on site reloads
2016-12-08 10:40:22 +01:00
Eric Lippmann
eef982f3c3
Don't stop auto-refresh when a form button has focus
2016-12-08 10:40:22 +01:00
Eric Lippmann
39c7451664
Implement announcements
...
refs #11198
2016-11-29 15:24:34 +01:00
Eric Lippmann
0c2e8abc0e
Reintroduce control separation
2016-11-29 15:23:42 +01:00
Eric Lippmann
425c6da47f
CSS: Change the menu's search placeholder's color only when focussed
2016-11-28 14:53:01 +01:00
Eric Lippmann
e9e66930d5
Remove obsolete dropdown methods from the navigation behavior
2016-11-28 12:13:10 +01:00
Florian Strohmaier
a7a23be1c8
Update icon font
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:42 +01:00
Eric Lippmann
c33816f6a5
Remove the command-spacer
2016-11-24 11:38:28 +01:00
Florian Strohmaier
bd5a2ebaa3
Move status summary in the host and service list views to the bottom of the page
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-24 10:42:14 +01:00
Florian Strohmaier
6e319aeac7
Fix icinga header logo svg size and adapt ie8 fallback file
2016-11-22 15:46:47 +01:00
Florian Strohmaier
d305018058
Optimize image to reduce file size
2016-11-22 15:33:18 +01:00
Florian Strohmaier
12834de87e
Extend icinga header logo to boundaries
2016-11-22 15:32:51 +01:00
Florian Strohmaier
c0c2bddc69
CSS: Reduce header height
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-22 15:14:52 +01:00
Florian Strohmaier
de7d409377
Replace icinga header logos with pixel optimized SVGs
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-22 15:12:18 +01:00
Eric Lippmann
509707dd43
Remove unused icinga images
2016-11-22 15:12:10 +01:00
Eric Lippmann
f94b6be8c6
Merge branch 'bugfix/history-separate-hard-soft-state-11859'
...
fixes #11859
2016-11-22 10:40:08 +01:00
Eric Lippmann
875d42c0a6
Revert "Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'"
...
This reverts commit f517c62fde
, reversing
changes made to d1fd7e4be7
.
refs #10704
2016-11-21 14:34:58 +01:00
Eric Lippmann
f517c62fde
Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'
...
fixes #10704
2016-11-21 14:33:43 +01:00
Thomas Gelf
d1fd7e4be7
loader.js: place focus at the end of text inputs
2016-11-21 11:39:03 +00:00
Alexander A. Klimov
3363e6795f
JS: use $(parent).find(child) instead of $(child, parent)
...
refs #10704
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-21 10:46:31 +01:00
Eric Lippmann
48e1a2cf4b
CSS: Remove class pull-left
...
Usage as class is discouraged. pull-right still in use. Should also be removed.
2016-11-17 10:59:31 +01:00
Eric Lippmann
ec07ef2647
CSS: Reduce color mixins to fg-stateful and bg-stateful
2016-11-17 10:58:21 +01:00
Eric Lippmann
1d21597999
CSS: Introduce color-up and color-down
...
refs #11050
2016-11-17 10:54:10 +01:00
Eric Lippmann
4d60bc9c3f
CSS: Reduce letter-spacing for centered-ghost
2016-11-17 10:21:17 +01:00
Eric Lippmann
ecdf96c588
CSS: Fix typo in mixins.less
2016-11-16 14:16:09 +01:00
Eric Lippmann
a668731ef7
CSS: Remove obsolete rules for the opacity mixin
2016-11-16 14:15:40 +01:00
Eric Lippmann
8fca2cd9b2
CSS: Remove search field's border transition in the menu
2016-11-16 14:11:32 +01:00
Eric Lippmann
63bf9e20cd
CSS: Disable invalid glow of the search field
...
refs #11835
2016-11-16 13:28:46 +01:00
Eric Lippmann
436cc89fb1
Merge branch 'feature/clear-search-field-11835'
...
resolves #11835
2016-11-16 12:55:19 +01:00
Eric Lippmann
5805e5d675
CSS: Fix skip-links positioning
2016-11-16 12:54:38 +01:00
Eric Lippmann
c0e92c2bc5
CSS: Use color gray-light for the search placeholder in the menu
2016-11-16 12:34:55 +01:00
Thomas Gelf
ce6fa235cb
js/loader: do not steal focus placed by module
2016-11-16 10:49:28 +00:00
Eric Lippmann
6b06e05c04
CSS: Add clear button to the search field in the menu
...
refs #11835
2016-11-16 11:43:21 +01:00
Eric Lippmann
3c8e41d4f6
CSS: Remove rule for inputs having the placeholder attribute
...
This was meant to style the input's placeholder but it is just wrong.
2016-11-16 11:37:13 +01:00
Thomas Gelf
0f58776b4e
actiontable: gracefully clear and improve...
...
...state preservation
refs #13115
2016-11-16 09:38:44 +00:00
Eric Lippmann
bdeeec50bb
CSS: Add icon warning-empty
...
refs #11859
2016-11-14 15:09:46 +01:00
Florian Strohmaier
bf809ef7c8
Update font stack
...
Try to use the OS font instead of providing a custom one.
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-14 13:56:01 +01:00
Eric Lippmann
2e13754ba1
Hide controls in PDF exports
2016-11-10 15:01:55 +01:00
Eric Lippmann
da9e90b1a9
Don't use border-style: auto because its not supported by dompdf
...
fixes #12776
2016-11-10 15:00:47 +01:00
Jennifer Mourek
3338040952
actiontable.js: Update row counter when detail area is closed
...
refs #10691
2016-10-28 08:08:42 +02:00
Eric Lippmann
118c435bc5
JS: Fix usage of global variable self used to reference icinga in events.js
...
refs #10703
2016-09-09 13:22:10 +02:00
Eric Lippmann
7e47a2965c
JS: Fix usage of global variable self used to reference icinga in loader.js::onComplete()
...
refs #10703
2016-09-09 13:22:08 +02:00
Alexander A. Klimov
cf5e26c56c
Avoid local variable name `self' in ui.js
...
refs #10703
2016-09-01 16:32:31 +02:00
Alexander A. Klimov
4f52beb32a
Avoid local variable name `self' in module.js
...
refs #10703
2016-09-01 16:30:01 +02:00
Alexander A. Klimov
56c10ffdd5
Avoid local variable name `self' in loader.js
...
refs #10703
2016-09-01 16:28:57 +02:00
Alexander A. Klimov
e726f10e68
Avoid local variable name `self' in history.js and timer.js
...
refs #10703
2016-09-01 16:16:55 +02:00
Alexander A. Klimov
3c43d38171
Avoid local variable name `self' in events.js
...
refs #10703
2016-09-01 16:16:55 +02:00
Alexander A. Klimov
4e2c626ae0
Avoid local variable name `self' in eventlistener.js
...
refs #10703
2016-09-01 16:16:49 +02:00
Alexander A. Klimov
060a82fa4a
Avoid local variable name `self' in tooltip.js and tristate.js
...
refs #10703
2016-09-01 15:58:32 +02:00
Alexander A. Klimov
0d7f8148de
Avoid local variable name `self' in navigation.js
...
refs #10703
2016-09-01 15:49:39 +02:00
Alexander A. Klimov
0059622bba
Avoid local variable name `self' in form.js
...
refs #10703
2016-09-01 15:42:54 +02:00
Alexander A. Klimov
311fd36326
Avoid local variable name `self' in actiontable.js
...
refs #10703
2016-09-01 15:21:45 +02:00
Alexander A. Klimov
f72411c628
Avoid local variable name `self' in icinga.js
...
refs #10703
2016-09-01 15:09:50 +02:00
Johannes Meyer
1993ae2ed2
js: Fix that the menu is not reloaded in case no search is available
...
fixes #12541
2016-08-25 08:54:04 +02:00
Eric Lippmann
cefdc496ef
Forms: Remember submit from click event before
...
This helps Safari to determine the correct clicked or pressed submit button in case the form has more than one.
2016-06-27 10:41:16 +02:00
Florian Strohmaier
825499662d
Menu: Reduce left padding for submenu hover flyout
2016-06-07 14:15:46 +02:00
Eric Lippmann
c37275c9e2
Merge branch 'bugfix/mobile-meta-tags-11910'
...
fixes #11910
2016-06-07 14:09:29 +02:00
Florian Strohmaier
c7b4ef00e2
Replace multiple touch icon images with universal image
...
refs #11910
2016-06-07 11:26:28 +02:00
Florian Strohmaier
de61e0c703
CSS: Remove border-radius on focussed input on login screen
2016-06-03 15:37:08 +02:00
Alexander A. Klimov
4a78fa6a66
List views: handle clicks on mailto: and http:// links as expected
...
refs #11267
2016-06-02 10:43:34 +02:00
Eric Lippmann
ba5fe61fa9
monitoring: Make timeline colors accessible
...
fixes #11871
2016-06-01 14:40:55 +02:00
Florian Strohmaier
a8bf78b054
CSS: Optimize button link styles
2016-04-13 15:16:48 +02:00
Florian Strohmaier
6168828878
CSS: Change font to Lucida Grande on OS X
2016-04-13 13:58:50 +02:00
Florian Strohmaier
8034e9de23
Accessibility: Increase focus visibility in tactical overview
...
fixes #11516
2016-04-13 13:48:32 +02:00
Marc DeTrano
621c0dbcad
Support data URIs in href
...
resolves #11495
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2016-04-13 12:59:09 +02:00
Florian Strohmaier
7e15f68a7a
CSS: Beautify state-badges
2016-04-13 12:42:52 +02:00
Eric Lippmann
93b50fe484
Refresh menu but keep search text if not focused
...
fixes #11128
2016-04-11 14:24:23 +02:00
Eric Lippmann
25a85ca36b
Help IE to outline the focus
2016-04-11 14:13:37 +02:00
Eric Lippmann
7ea9ae8305
CSS: Remove redundant hover styles for a
2016-04-11 14:12:32 +02:00
Florian Strohmaier
8792cfdf72
Fix alignment of backend selection in user and group lists
2016-04-07 12:52:27 +02:00
Florian Strohmaier
0a9c0925cb
CSS: Add space before the autosubmit info in forms
2016-04-07 12:46:13 +02:00
Florian Strohmaier
ab626c211b
CSS: Fix alignment of action icon in tables
2016-04-07 11:42:57 +02:00
Eric Lippmann
31adfb8a9f
Don't add the port twice when reloading CSS
2016-04-06 12:09:49 +02:00
Eric Lippmann
862fddd705
Reduce font-size in login
2016-03-31 16:29:16 +02:00
Florian Strohmaier
9e0bee5006
Fix mispositioned mobile menu icon
...
fixes #11099
2016-03-31 14:00:27 +02:00
Eric Lippmann
793acd8475
CSS: Move styles related to controls to controls.less
...
refs #11145
2016-03-31 12:38:25 +02:00
Florian Strohmaier
a492839097
CSS: add style for backend-selection
...
refs #11145
2016-03-31 10:45:42 +02:00
Florian Strohmaier
13f8da254c
CSS: Fix controls floating
...
refs #11145
2016-03-31 10:33:11 +02:00
Marius Hein
25369b6de5
Remove button style from action links
2016-02-29 22:41:39 +01:00
Thomas Gelf
ed8c66e84c
css/base: apply impact style to full container
2016-02-29 22:17:54 +01:00
Thomas Gelf
b6fd4f5584
events.js: do not apply event handlers without...
...
...an Icinga object. Added a log line, eventually we'll catch this one
far day :)
2016-02-29 22:11:30 +01:00
Thomas Gelf
28204762ab
js: fix urls for dynamic css/js reloads
2016-02-29 21:40:48 +01:00
Thomas Gelf
96f50c5dfa
loader.js: fix JS error on IE
2016-02-29 21:18:46 +01:00
Thomas Gelf
29eedc1d4a
navigation.js: remove forgotten console.log
2016-02-29 21:08:26 +01:00
Eric Lippmann
7188a82a4c
Fix that the close-container-control is not immediately shown for #col1
...
refs #8590
2016-02-27 15:09:11 +01:00
Florian Strohmaier
0c34c20640
Prepare close-container for behavior implementation
...
refs #8590
2016-02-27 15:07:10 +01:00
Eric Lippmann
5a76895105
CSS: Disable :hover transition on tr (WIP)
...
If any tr is hovered and auto-refresh kicks in, the tr will be hovered again which leads to "flickering".
We should find good a way to use transitions w/o flickering.
refs #11073
2016-02-25 14:52:54 +01:00
Alexander A. Klimov
af18334e3e
Cookie icingaweb2-tzo: use `-' as separator
...
fixes #11126
2016-02-25 13:21:34 +01:00
Eric Lippmann
23b5777b05
CSS: Left-align text in link-button
...
If the text in a link-button consumes more than one line, text would be center-aligned else.
2016-02-25 10:18:41 +01:00
Eric Lippmann
ff3aa43070
CSS: Set tr background transition only for hover
...
fixes #11073
2016-02-23 15:40:47 +01:00
Alexander A. Klimov
a2a96be8c9
Display ISO date and time when a connection was lost
...
refs #10625
2016-02-22 11:24:19 +01:00