Commit Graph

6059 Commits

Author SHA1 Message Date
RD WebDesign
ed71e0b856 Show sensor line only if data.sensors.cpu_temp is available
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-06 21:48:28 -03:00
RD WebDesign
a7880bbd6a Use display block and remove the line break to simplfy the code
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-06 20:25:59 -03:00
RD WebDesign
5b6c8bbf41 New layout for "All Settings" page (#3042) 2024-06-06 19:13:05 -03:00
Dominik
4402d56026 Fix multi-deletion of DHCP leases (#2792) 2024-06-06 19:44:38 +02:00
Dominik
61acb4ad33 Apply suggestions from code review
Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
2024-06-06 09:01:33 +02:00
RD WebDesign
20fc994fac Adapt the style to LCARS theme
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-05 20:31:27 -03:00
RD WebDesign
8768f6a509 Format the buttons
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-05 20:31:25 -03:00
RD WebDesign
8a88c8e67b Add button classes to nav-pills elements
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-05 20:31:24 -03:00
RD WebDesign
ab16bb80db Do not use tabs when showing only Modified Settings
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-05 20:31:05 -03:00
Adam Warner
d144960151 Tweak "Web Interface - API" settings page (#3044) 2024-06-05 21:15:13 +01:00
yubiuser
04363c074a Base expert icon on expert class not FTL advanced flag (#3043) 2024-06-05 22:10:52 +02:00
Christian König
9585aedbb9 Base expert icon on expert class no FTL advanced flag
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-06-05 22:04:30 +02:00
RD WebDesign
5ceb046f73 Move temperature options to the Theme box (they are not advanced options)
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-05 15:15:23 -03:00
RD WebDesign
1ba4e573ec Simplify structure and reorder some boxes
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 19:34:17 -03:00
RD WebDesign
5db10ae1ae Change the number of columns depending on the screen size
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:50 -03:00
RD WebDesign
6e6c667ce8 Show a message for empty tabs when selecting "Only Modified" settings
and fix the navigation basic style colors

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:49 -03:00
RD WebDesign
c202f55179 Remove the word "settings" from each tabs button
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:48 -03:00
RD WebDesign
f0664ae90d Cleaner layout for "All Settings" page
- remove the external green boxes;
- remove border from inner boxes (and change the box-shadow);
- add navigation and tabs for settings sections;
- adjust/add some classes for formatting

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:47 -03:00
RD WebDesign
f2f6cf4f58 More CSS adjustments
- Adjust styles to show only one column in mid and small screens
- also group all "settings" styles

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:46 -03:00
RD WebDesign
3e6d0e9dcf Use radio buttons for enum types
This replaces the original `<select>` and merges the options with the
"allowed values" block in a single one, simplifying the presentation.
Also, the defaultValueHint was incorporated into the default value.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:44 -03:00
RD WebDesign
3a5b791b7a Use full width for array values
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:43 -03:00
RD WebDesign
d66c5ec310 CSS adjustments
- change label style and width
- set icons padding

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:42 -03:00
RD WebDesign
494c1cf1c0 Replace non-breaking spaces with a margin
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:01:28 -03:00
RD WebDesign
03c0d3eb94 Move value.description to box-body and the content to box-footer
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:00:51 -03:00
RD WebDesign
84bd977f87 Add a few CSS classes
- add class `row` to form-group (because it contains columns) and move
  the tag to the details function
- add class `col-sm-12` to boolean values
- add new class `settings-box` to allow targeting only settings boxes

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:00:50 -03:00
RD WebDesign
e9df006489 Move value details and layout to a dedicated function
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 18:00:48 -03:00
RD WebDesign
44e1a9b8cd Move code used to format icons to a dedicated function
also surround the icons with a SPAN tag.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-06-04 17:56:38 -03:00
DL6ER
edda66f95e Apply the same fixes for the messages table
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-06-03 19:21:45 +02:00
DL6ER
420c5a83b4 Toasts need to be stored globally or the variables may overwrite each other causeing a race-collision
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-06-03 19:21:45 +02:00
DL6ER
2d12a28a56 Fix multi-deletion of DHCP leases
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-06-03 19:21:45 +02:00
DL6ER
75f54ff76a Fix/simplify mass deletion of tables, simplify deleting local DNS / CNAME records
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-06-03 19:21:08 +02:00
RD WebDesign
6fafc943f9 DHCP Settings - add option to ignore unknown DHCP clients (#3035) 2024-06-01 13:13:43 -03:00
yubiuser
c94e7e294b Bump eps1lon/actions-label-merge-conflict from 3.0.1 to 3.0.2 (#3041) 2024-06-01 13:06:38 +02:00
dependabot[bot]
5757932ef0 Bump eps1lon/actions-label-merge-conflict from 3.0.1 to 3.0.2
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: eps1lon/actions-label-merge-conflict
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 10:57:43 +00:00
RD WebDesign
09d7aa5602 Rewording and better format for the last sentence
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-05-31 17:35:15 -03:00
RD WebDesign
f0fc7b093d DHCP Settings - add option to ignore unknown DHCP clients
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-05-31 16:55:38 -03:00
Adam Warner
24977e8616 Bump chart.js from 4.4.2 to 4.4.3 (#3027) 2024-05-28 19:24:52 +01:00
RD WebDesign
59b1dcfc6b Remove the small-box glow effect on text updates to avoid visual issues (#3032) 2024-05-23 16:43:42 -03:00
RD WebDesign
a1df7bd9fe Remove the small-box glow effect on text updates
to avoid accessibility issues

Fixes #3011

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2024-05-22 22:56:03 -03:00
yubiuser
0b11a0d4f8 Bump actions/checkout from 4.1.5 to 4.1.6 (#3030) 2024-05-22 21:33:58 +02:00
Christian König
a676026fff Update chartjs files
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-05-22 20:25:54 +02:00
dependabot[bot]
b2c29f0ef6 Bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-18 10:49:52 +00:00
dependabot[bot]
7f03a8370f Bump chart.js from 4.4.2 to 4.4.3
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-18 10:04:48 +00:00
yubiuser
2d45f6d317 Bump actions/checkout from 4.1.4 to 4.1.5 (#3024) 2024-05-11 13:10:57 +02:00
yubiuser
45faaa4dcf Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3025) 2024-05-11 13:10:11 +02:00
dependabot[bot]
8e924c43c5 Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: eps1lon/actions-label-merge-conflict
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-11 10:56:08 +00:00
dependabot[bot]
7b7d543677 Bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-11 10:56:05 +00:00
Dominik
a2b2f60c63 Remove superfluous copy-paste remnants in API /clients call (#3016) 2024-05-08 10:06:36 +02:00
DL6ER
c3336f781a Remove superfluous copy-paste remnants in API /clients call
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-05-03 20:06:41 +02:00
yubiuser
78f59ddafd Bump actions/checkout from 4.1.3 to 4.1.4 (#3014) 2024-04-27 12:56:26 +02:00