raviks789
f74041e00a
Javascript: Add `copy-to-clipboard` behavior
...
Utilizes `CopyToClipboard.js` from ipl-web
2023-06-20 12:06:27 +02:00
Sukhwinder Dhillon
65b9024bc5
Winter.less: Don't set bg-color to transparent
2023-06-19 10:09:49 +02:00
Sukhwinder Dhillon
09b9d7401c
base.less: Make menu nav-level-2 hover better visible
2023-06-19 10:09:36 +02:00
Eric Lippmann
a3235555bb
js: Also preserve scroll-y upon auto-refresh
2023-05-19 15:29:44 +02:00
Johannes Meyer
cb6a0c120f
events.js: Trigger a real submit upon autosubmit
2023-05-19 14:53:31 +02:00
Johannes Meyer
7da5eb0972
modal.js: Trigger a real submit upon autosubmit
2023-05-19 14:53:31 +02:00
Johannes Meyer
63eae12d33
loader.js: Transmit nearest identifiable parent as origin..
...
..upon autosubmit if the real element has no id or name.
2023-05-19 14:42:00 +02:00
Johannes Meyer
88caf3c141
loader.js: Empty nested containers upon `__CLOSE__`
2023-05-19 14:17:41 +02:00
Johannes Meyer
cbf8cfc738
js: Transmit `X-Icinga-AutoSubmittedBy` upon autosubmits
...
This header contains the name or id of the element responsible
for triggering the automatic form submission.
2023-01-12 09:54:18 +01:00
Johannes Meyer
4641d8e820
js: Don't disable inputs upon auto-submits at all
2023-01-12 09:39:31 +01:00
Johannes Meyer
7cea0d78e4
js: Only disable submit buttons on form submit
...
Previously all `input` elements (text, date, number, ...)
got also disabled. This is unecessary.
2023-01-12 09:39:31 +01:00
Johannes Meyer
12af81d4c3
css: Support fieldsets wrapped by `.control-group`
2022-12-14 13:15:50 +01:00
Johannes Meyer
723eaae08c
print.less: Make sure that client print attempts work fine
2022-12-07 11:57:48 +01:00
Johannes Meyer
8cd892359d
form.js: Don't ignore autosubmit elements
...
A while ago this already has changed so that autosubmit
responses are guaranteed to be applied. Thus this
exception is now obsolete.
fixes #4942
2022-12-07 11:57:10 +01:00
Johannes Meyer
9b3e6165ea
collapsible.js: Fix invalid default selectors
...
refs #4884
2022-11-03 16:41:25 +01:00
Johannes Meyer
bb4b53e90c
css: Optimize performance
...
I don't quite understand why exactly this rule exposes
such an issue. We have several other rules that are
similar. But they don't reference form elements on the
left. I suspect a different issue somewhere else, this
only exaggerated it.
fixes #4929
2022-10-17 11:30:40 +02:00
Johannes Meyer
aef6e99cf8
collapsible.js: Add support for external controls
2022-10-10 15:55:33 +02:00
Florian Strohmaier
f13161b69d
collapsible.js: Enhance markup flexibility
2022-10-10 15:54:24 +02:00
Johannes Meyer
22cb1f2143
utils.js: Optimize performance of `getCSSPath()`
2022-10-10 10:42:45 +02:00
Johannes Meyer
3c2c79b669
css: Apply `box-sizing:border-box` to all `<details>` children
...
We have this everywhere else, so it should not be different here.
2022-10-10 10:42:45 +02:00
Johannes Meyer
503f9b7316
PrivilegeAudit: Use the `<details>` tag
2022-10-10 10:42:45 +02:00
Johannes Meyer
5059a782a8
RoleForm: Use the `<details>` tag
2022-10-10 10:42:45 +02:00
Johannes Meyer
c4ce98159c
collapsible.js: Use ES6's class syntax
2022-10-10 10:42:45 +02:00
Johannes Meyer
b0622dcde2
collapsible.js: Don't use jQuery, but some ES6 features
2022-10-10 10:42:45 +02:00
Johannes Meyer
917e68d68d
collapsible.js: Minor performance improvements
2022-10-10 10:42:45 +02:00
Johannes Meyer
17bd3ce14f
collapsible.js: Use a data-attr to identify collapsible collapsibles
2022-10-10 10:42:45 +02:00
Johannes Meyer
181b18cfec
css: Only apply .collapsible-control styles to outer buttons
...
Inner buttons usually have their own style
2022-10-10 10:42:45 +02:00
Johannes Meyer
222a6a8e0f
collapsible.js: Add support for `<details>`
2022-10-10 10:42:45 +02:00
Johannes Meyer
e8cae1f28a
css: Let collapsible icons be anywhere inside the control
2022-10-10 10:42:45 +02:00
Sukhwinder Dhillon
62d7ca8e97
setup.less: Make visible that the button is disabled
2022-07-19 11:43:28 +02:00
Sukhwinder Dhillon
fbd4434b40
Align button icon to baseline
2022-07-19 11:08:55 +02:00
Johannes Meyer
2a24f69fd8
loader.js: Remove legacy search request handling
...
Search requests are handled elsewhere in a more dynamic
way since .. some time. This part also used to be active
only in case Icinga Web is hosted at the root of the web
server, which many users don't do as otherwise we would
have gotten more reports in the past regarding the reload
animation. Or rather, about the login not working due to
the same reason.
It's gone for good now.
fixes #4834
2022-06-29 15:05:14 +02:00
Sukhwinder Dhillon
3482ef9e65
Fix that navbar forgets active state after refresh ( #4831 )
2022-06-29 14:58:02 +02:00
Johannes Meyer
1e143244e2
navigation.js: Only activate visible items or config menu items
2022-06-15 08:39:55 +02:00
Johannes Meyer
96460a2027
history.js: Properly handle data attributes upon navigation
...
I've rewritten `applyLocationBar` basically. It now also just
moves a column if only the location has changed, not the url.
2022-06-14 16:15:16 +02:00
Sukhwinder Dhillon
a3afc1cf5d
loader.js: Remove deprecated method ` addUrlFlag()`
2022-06-14 14:24:30 +02:00
Johannes Meyer
60938b58c6
Remove jQuery
...
It's now part of icinga-php-thirdparty
2022-06-14 14:07:20 +02:00
Johannes Meyer
a29159a0a1
Remove remaining IE adjustments
2022-06-13 16:41:15 +02:00
Johannes Meyer
6810b0ab70
Revert "complete.js: Keep IE11 compatibility"
...
This reverts commit fcd0a0a698
.
2022-06-13 16:22:00 +02:00
Sukhwinder Dhillon
d994c33bc6
Revert "main.less: Don't use `unset`, IE11 does not support it"
...
This reverts commit c5ebaa2bde
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
cf9ffe29bf
Revert "storage.js: Use substring instead of startsWith on strings"
...
This reverts commit 2280551484
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
252f17e868
Revert "IE11: Fix nav flyouts being covered by #main"
...
This reverts commit 1778ec673b
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
a4d2397dd1
Revert "js: Avoid usage of `.matches()` as it isn't available with IE11"
...
This reverts commit cc0c6fc71b
.
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
b64d205e6b
layout-structure.less: Remove unused `#fileupload-frame-target`
2022-06-13 15:50:52 +02:00
Sukhwinder Dhillon
e4450e7368
Revert "js: Don't serve scripts utilizing ECMA2016+ features"
...
This reverts commit 4d4f5b3a69
.
2022-06-13 15:50:52 +02:00
Mattia Codato
253597c4fb
Fix autosubmit of forms with elements named 'id'
...
refs #4798
2022-06-13 13:04:24 +02:00
Sukhwinder Dhillon
6fe2ef4698
layout-structure.less: Display announcements in fullscreen-layout
2022-05-27 14:35:06 +02:00
Johannes Meyer
e602db3073
ui.js: Don't trigger `layout-change` before the app is initialized
2022-05-27 14:21:47 +02:00
Johannes Meyer
74022ae4e0
Merge pull request #4697 from Icinga/feature/redesigned-user-menu-new
...
Feature/redesigned user menu
2022-05-16 09:04:26 +02:00
Florian Strohmaier
2a6d66929c
navigation.js: Retrieve focussed element more efficiently
2022-05-16 08:27:10 +02:00
Florian Strohmaier
b7f4b30935
layout.less: Fix footer alignment, when `.sidebar-collapsed
...
fixes #4756
2022-05-12 15:13:16 +02:00
Florian Strohmaier
c9c5823d6a
navigation.js: Adjust for `.config-menu`
2022-05-12 15:13:16 +02:00
Florian Strohmaier
f1d79ffc66
CSS: Prevent footer from overlapping sidebar
2022-05-12 11:10:59 +02:00
Florian Strohmaier
ddd630117a
menu.less: Align `.config-menu`
2022-05-12 11:10:59 +02:00
Florian Strohmaier
1d2d37791f
Add configmenu.less
2022-05-12 11:10:59 +02:00
Johannes Meyer
84f4ced3d8
css: Fix fontawesome icon layout in the menu
2022-05-12 10:16:17 +02:00
Sukhwinder Dhillon
707775fe26
Fix: Scheme and hostname prepended to col2 url in the address bar ( #4777 )
2022-05-11 14:45:31 +02:00
Sukhwinder Dhillon
67285ce262
Update dompdf to v1.2.1 ( #4759 )
2022-05-06 09:37:48 +02:00
Yonas Habteab
a1cd7441c5
modal.js: Don't try to hide a modal when there is none
...
Fixes a bug that when e.g. closing a color picker by clicking the escape key,
also the `modal.hide()` action is performed, even though there was no real modal
opened before, but it seems to react automatically on the escape key click.
2022-05-06 09:18:28 +02:00
Yonas Habteab
2be192679b
modal.js: Set modal title from resp header on autosubmit
2022-04-11 13:26:08 +02:00
Florian Strohmaier
f215497330
CSS: Improve sidebar contrast
...
refs #4720
2022-04-05 15:24:41 +02:00
Johannes Meyer
707677eebd
actiontable.js: Don't ignore sub-containers
...
Just avoid that they are processed multiple times.
fixes #4710
2022-03-24 11:38:15 +01:00
Florian Strohmaier
9e4fc1060c
CSS: Add php-diff.less
2022-03-14 16:05:02 +01:00
Johannes Meyer
95850750cf
js: Introduce new event `css-reloaded`
2022-03-08 16:05:32 +01:00
Johannes Meyer
4d68f5c354
flyover.js: Suspend autofresh while open if enabled
2022-03-07 13:38:54 +01:00
Johannes Meyer
6cd1e512f9
flyover.js: Close left flyovers more efficiently
2022-03-07 13:38:23 +01:00
Johannes Meyer
699d2534fa
css: Properly right align the tab dropdown
2022-03-02 14:43:28 +01:00
Johannes Meyer
c5343f5575
css: Remove solarized-dark theme
2022-03-02 08:37:10 +01:00
Johannes Meyer
bd57172f47
css: Introduce new class `print-only`..
...
..to only show content when printing
2022-03-01 17:04:38 +01:00
Johannes Meyer
85c42f8400
Enhance page layout when exporting to PDF using dompdf
...
It's still not perfect. But better than previously.
Using the pdfexport module is still recommended though.
2022-03-01 17:04:38 +01:00
Florian Strohmaier
5b8bbf0d32
about.less: color “configure” links in about view
2022-02-28 10:08:23 +01:00
Florian Strohmaier
c7510db632
CSS: Add hover effect for social icons
...
refs #4496
2022-02-25 12:27:08 +01:00
Florian Strohmaier
e54c1721ad
CSS: Style about page
...
refs #4328
2022-02-25 12:27:08 +01:00
Johannes Meyer
e0e922efc9
base.less: Cleanup overidden ipl-web light variables
2022-02-25 10:52:16 +01:00
Florian Strohmaier
6bf05b8a8b
base.less: Add ipl-web overrides for light mode vars
2022-02-25 10:52:16 +01:00
Florian Strohmaier
c02895d3b0
base.less: Remove redundant ipl-web vars
2022-02-25 10:52:16 +01:00
Florian Strohmaier
3c7660536b
high-contrast.less: `@low-sat-dark` from light theme
2022-02-25 10:52:16 +01:00
Florian Strohmaier
67e7339bfc
high-contrast.less: Fix search-suggestions input border
2022-02-25 10:52:16 +01:00
Florian Strohmaier
24b6fa987b
high-contrast.less: Compensate border with reduced padding
2022-02-25 10:52:16 +01:00
Florian Strohmaier
9f6a4f4797
base.less: Set ipl-web vars
2022-02-25 10:52:16 +01:00
Florian Strohmaier
acaab3737f
colorblind: Optimize for new theme modes
2022-02-25 10:52:16 +01:00
Johannes Meyer
762663a3f6
utils.js: Use jQuery to check id uniqueness
2022-02-24 16:38:10 +01:00
Johannes Meyer
74a01223ee
css: Don't let the sidebar's shadow catch pointer events
...
fixes #4675
2022-02-15 16:31:12 +01:00
Florian Strohmaier
44dc6fd8ee
Winter.less: Update styles
...
refs #4407
2022-02-11 10:11:37 +01:00
Sukhwinder Dhillon
431c8c9622
Remove mixins that exist in ipl-web
...
To make ipl-web independent, all mixins used in ipl-web are now
defined in ipl-web (https://github.com/Icinga/ipl-web/pull/54 ).
Therefore, these mixins are redundant here.
2022-02-10 17:02:03 +01:00
Johannes Meyer
55330c81c4
css: Drop explicit `dark` mode
2022-02-10 11:11:06 +01:00
Johannes Meyer
3ba4727bbd
css: Use `@light-mode` to register light mode rules
2022-02-10 11:11:06 +01:00
Johannes Meyer
7a938f6b02
css: Don't use `.var()` or `var()` calls explicitly
2022-02-10 10:59:01 +01:00
Johannes Meyer
ae3731f143
css: Keep remove-action buttons shown while active
2022-02-07 14:47:45 +01:00
Johannes Meyer
57dc42dbf7
input-enrichment.js: Only handle content inside top-level or modal containers
2022-02-07 14:15:23 +01:00
Johannes Meyer
646d8928c3
flyover.js: Only handle content inside top-level containers
2022-02-07 14:15:11 +01:00
Johannes Meyer
b03966c354
filtereditor.js: Only handle top-level containers
2022-02-07 14:14:10 +01:00
Johannes Meyer
67da4ea757
datetime-picker.js: Only handle content inside top-level or modal containers
2022-02-07 14:13:40 +01:00
Johannes Meyer
29d0b8f2c7
collapsible.js: Only handle content inside top-level or modal containers
2022-02-07 14:13:12 +01:00
Johannes Meyer
f932a4a44c
application-state.js: Only run once when the layout is rendered
2022-02-07 14:12:44 +01:00
Johannes Meyer
30326dd1bb
actiontable.js: Only handle top-level containers
2022-02-07 14:12:08 +01:00
Johannes Meyer
d7d31d00ea
Drop expandable.js
2022-02-07 14:11:48 +01:00
Johannes Meyer
a2949fad7d
js: Properly reset container ids when moving content
...
fixes #4554
2022-02-04 18:14:40 +01:00
Johannes Meyer
fe6be6a107
js: Only use ids in Utils.getCSSPath() if they're truly unique
2022-02-04 17:22:16 +01:00
Johannes Meyer
316885b271
Merge pull request #4498 from Icinga/bugfix/tactical-4494
...
/monitoring/tactical: fall back to unknown services if none critical
2021-12-14 10:24:57 +01:00