Commit Graph

230 Commits

Author SHA1 Message Date
Thomas Gelf 921aafab3a ConfigDiff: use gipfl/diff, drop php-diff
fixes #2226
2020-11-30 17:45:20 +01:00
Thomas Gelf f77de7992b BasketController: change NV-table style
fixes #2225
2020-11-24 09:52:16 +01:00
Johannes Meyer 5080ae3433 css: Make 50:50 layout working with the flexbox layout
fixes #2065
2020-11-24 08:36:03 +01:00
Thomas Gelf 456832e7d1 css, various places: use Hint class 2020-10-26 18:50:13 +01:00
Thomas Gelf b1245ac6d3 css: show more content, reduce padding
fixes #2140
2020-06-06 23:50:14 +02:00
Thomas Gelf 506a78491f css: Limit form width
fixes #2136
2020-06-06 23:17:38 +02:00
Thomas Gelf ece50a0947 InspectPackages: new feature
fixes #1995
2019-10-17 03:18:00 +02:00
Thomas Gelf 4ee3ef2fd9 Daemon: new implementation 2019-09-25 12:10:08 +02:00
Thomas Gelf 7f79842ddf DeploymentForms: warn about Icinga issue #7530
fixes #1958
2019-09-24 14:45:51 +02:00
Thomas Gelf 501f76c368 css: do not outline forms with focus 2019-09-16 10:45:06 +02:00
Eric Lippmann 1854763790 Fix bad looking form errors for Web 2 >= 2.7.0
Starting with Web 2.7.0 the reworked form styles are only available for
for forms with the CSS class icinga-form. Since the Director uses its
own form styles, the styles for form errors no longer apply and thus
look ugly. This commit (re)introduces those rules for the Director.
2019-09-11 22:50:09 +02:00
Thomas Gelf 96ae3451a4 js: fix autocompletion position when scrolled...
...away
2019-04-18 16:53:46 +02:00
Thomas Gelf a805b1b36b css: style headers for sync preview 2019-01-10 12:14:23 +01:00
Thomas Gelf abbfa81cec js: syntax and other cleanup 2019-01-07 09:36:29 +01:00
Thomas Gelf ba84c09392 css: use less space for assign filter form 2018-11-19 15:40:12 +01:00
Thomas Gelf a40bd6942f css: remove useless styles, hide without JS
refs #1510
2018-11-19 15:36:51 +01:00
Markus Frosch 9b982b7e01 js: Hide description immediately on focus change
This keeps DOM changes to a minimum.
2018-11-19 13:50:16 +01:00
Markus Frosch a520539d77 Revert form description back to inline format
This is a partial revert from:
* 2d802128ac
* 73a2060b42
2018-11-19 13:50:16 +01:00
Thomas Gelf 24165e6d2f js: auto-suggestion should respect DB instance 2018-10-30 16:32:31 +01:00
Thomas Gelf deeabe7eea css: smaller health badges 2018-10-08 13:54:24 +02:00
Thomas Gelf eedb6edff0 ControlsAndContent, js: trigger immediate refresh
...on missing WindowId. This fixes an issue for instances with multiple DB
resources
2018-10-08 13:54:18 +02:00
Thomas Gelf 3839ecda50 Health: change UI layout and output ordering 2018-10-06 12:54:11 +02:00
Thomas Gelf 60255d824e css: do not outline elements underlined...
...on focus - like tabs and actions, this looks ugly
2018-10-05 16:01:44 +02:00
Thomas Gelf fda7acc855 HealthController: show Health Check in the UI
fixes #1669
2018-10-05 16:00:10 +02:00
Thomas Gelf 0b341c6db1 ConfigDiff: allow Inline diff, cleanup, css 2018-10-04 06:46:32 +02:00
Thomas Gelf 20f0168bc7 js: ignore refresh control on tab doubleclick 2018-10-01 11:59:02 +02:00
Markus Frosch ab86a4fd89 Add input suggestion for datalist vars 2018-08-10 08:25:10 +02:00
Markus Frosch f63ee93f71 Turn off autocomplete in JS for suggested elements
Instead of the PHP code, for all input.director-suggest elements
2018-08-10 08:25:10 +02:00
Markus Frosch 5dacabd437 less: Make filter column input wider 2018-08-10 08:25:10 +02:00
Thomas Gelf 557985e0eb css: normalize link-like buttons 2018-08-06 13:52:26 +02:00
Thomas Gelf 10450b1fe5 css: format db-selector
refs #1498
2018-06-07 23:57:40 +02:00
Thomas Gelf a48ffdfff9 css: drop obsolete tinystats 2018-05-29 13:33:20 +02:00
Thomas Gelf 8073128d0e IcingaServiceForm: add blacklist/delete button...
...and a lot of related boilerplate to get the "blacklist" feature working
2018-05-25 19:11:50 +02:00
Thomas Gelf d3aabe0e99 js: allow suggestion list to be twice the input...
...field width

fixes #1308
2018-05-04 19:23:37 +02:00
Thomas Gelf d4de84eddc css: allow textarea fields to grow horizontally
fixes #299
2018-05-04 18:46:16 +02:00
Thomas Gelf 99ddb9266b Commands: show usage over templates and objects
fixes #335
2018-05-04 18:02:05 +02:00
Thomas Gelf 6c80a20cf8 css: add missing CSS for extra options 2017-10-24 11:18:20 +02:00
Thomas Gelf 5c53f9a3ba ExtensibleSet: fix "remove" button handling
fixes #1100
2017-10-04 06:56:11 +02:00
Marc DeTrano 6bea1eff41 Implement Icinga Dependency Configuration. 2017-09-28 11:01:27 +02:00
Thomas Gelf d132633ff9 js: handler for recently added drop-down button 2017-09-27 08:52:49 +02:00
Thomas Gelf 83582e9245 css: allow to strike links 2017-09-27 08:39:51 +02:00
Thomas Gelf c0a08584ef ImportsourceHookTable: use root columns, improve
...styling

fixes #243
fixes #1153
2017-09-05 10:57:37 +02:00
Thomas Gelf c55d147ff0 css: 50% for non-director right layout columns
fixes #1134
2017-09-04 09:50:05 +02:00
Thomas Gelf 99eb6acd63 AssignRenderer and Form: "is true/set" operator
refs #339
fixes #729
fixes #739
2017-08-25 12:08:11 +02:00
Thomas Gelf 94ac5054e4 js: fix suggestion list issues with slow, moving...
...or otherwise "unprecise" clicks.
2017-08-24 15:35:49 +02:00
Thomas Gelf a61a3e2305 js: fix typo, prefer === over == (no effect here) 2017-08-24 15:33:33 +02:00
Thomas Gelf d6f03348bc css: improve mobile form styling 2017-08-24 15:32:10 +02:00
Thomas Gelf 115c5c5e23 css: add styling for icon-buttons 2017-08-19 23:02:31 +02:00
Thomas Gelf 6c4215ee89 css: highlight error spans as critical 2017-08-11 12:30:18 +02:00
Thomas Gelf c660d3e268 js: do not open extensible set on focus and...
...try to put it out of tab order where necessary
2017-08-10 12:49:07 +02:00