Jason Kulatunga
d93d24b52d
using npm run commands for building angular application (supports pre steps).
...
Automatically embed the application version in the UI.
2022-05-26 22:37:45 -07:00
Jason Kulatunga
b6e69021b2
ensure that the base href is set, as it's required when reloading subpages.
...
fixes #264
2022-05-26 21:25:36 -07:00
Jason Kulatunga
e95b44c690
make sure we use a reasonable number of decimal points for converted temps.
2022-05-26 14:21:46 -07:00
Jason Kulatunga
4ee947d55c
trying to fix compilation/typing issues.
2022-05-26 13:49:59 -07:00
Jason Kulatunga
21212c0a1d
add setting to change temperature between C and F.
...
fixes #175
2022-05-26 13:04:15 -07:00
Jason Kulatunga
d1376a2200
serve all fonts locally
...
fixes #125
2022-05-26 10:12:59 -07:00
Jason Kulatunga
7d2daf4f6a
add ability to sort devices by age (powered-on-hours)
...
fixes #100
2022-05-26 08:33:30 -07:00
Jason Kulatunga
da4562d308
fixed UI issues related to deleting (component is now correctly removed from the dashboard device list).
...
fixes #69
2022-05-26 00:16:13 -07:00
Jason Kulatunga
f51de52ff7
hide device dashboard component if deletion finishes successfully.
2022-05-25 19:19:11 -07:00
Jason Kulatunga
28a3c3e53f
[WIP] Delete button for devices.
2022-05-25 17:55:23 -07:00
Jason Kulatunga
1bd86f5abd
[WIP] Delete button for devices.
2022-05-25 14:59:55 -07:00
Jason Kulatunga
8c07e91f39
grey out and mark thresholds as not yet implemented.
2022-05-23 09:23:22 -07:00
Jason Kulatunga
7979950c3b
fixing device sort and display title.
...
fixes #194
2022-05-23 08:49:51 -07:00
Jason Kulatunga
9846ba13e0
adding support for device sort in UI.
2022-05-23 08:19:58 -07:00
Jason Kulatunga
83839f7faf
adding group by hostId support in dashboard.
...
fixes #151
2022-05-20 22:33:59 -07:00
Jason Kulatunga
85fa3b1f8f
moved device summary info panel into isolated component.
2022-05-20 21:55:40 -07:00
Jason Kulatunga
4190f9a633
remove filter not implemented message.
2022-05-20 20:59:29 -07:00
Jason Kulatunga
743ce27d2e
adding comment.
2022-05-20 20:59:29 -07:00
Jason Kulatunga
399a2450ff
make sure we can change the temperature duration key for the chart.
2022-05-20 20:59:29 -07:00
Jason Kulatunga
934f16f0a5
persist settings across sessions (in local storage).
2022-05-20 20:59:29 -07:00
Jason Kulatunga
0aeb13c181
support custom display of devices by UUID/ID/Label & Scrutiny Name. (Does not persist).
...
Related #225
2022-05-20 20:59:29 -07:00
Jason Kulatunga
5899bf2026
started working on Dashboard UI sorting and naming
2022-05-20 20:59:29 -07:00
Jason Kulatunga
3b137964fc
make sure we include the host id in the temp history label.
2022-05-20 20:59:29 -07:00
Jason Kulatunga
e7801619cd
added additional tests from #187 .
...
Detected that the frontend was incorrectly classifying Scrutiny Failures as Warnings.
Fixed.
2022-05-12 10:04:06 -07:00
Jason Kulatunga
54178eaaf0
Merge branch 'master' into BASEPATH
2022-05-09 14:29:48 -07:00
Jason Kulatunga
2214febbd1
simple rename.
2022-05-06 18:38:09 -07:00
Jason Kulatunga
786e7d04f2
make sure we print the overall device status in the details page.
2022-05-06 17:25:40 -07:00
Jason Kulatunga
0cee744c29
highlight last updated dates when more than 2 weeks or 1 month.
2022-05-06 17:02:56 -07:00
Jason Kulatunga
03bfdd3890
changing the duration dropdown for temp history data. adding an /api/summary/temp endpoint
2021-11-16 20:39:09 -08:00
Jason Kulatunga
b776fb8886
tweaking retention policy code so we can test downsampling scripts.
2021-11-16 18:32:29 -08:00
Jason Kulatunga
5789c836db
make sure the status is always exposed in the json data. make sure display_name for metadata is included. Update mocked test data for frontend.
2021-10-24 17:09:44 -07:00
Jason Kulatunga
a60edfff26
fixing mocked data
2021-08-01 10:42:38 -07:00
Jason Kulatunga
694fc74ca0
fixing history.
2021-06-27 13:44:01 -07:00
Jason Kulatunga
8a46931399
!!!!WIP!!!!
...
adding InfluxDB
- influxdb added to dockerfile
- influxdb s6 service
- influxdb config
- adding defaults to config
- creating a DeviceRepo interface (multiple db backends)
- implemented DeviceRepo interface as ScruitnyRepository
2021-06-27 10:55:18 -07:00
Andrea Spacca
ea3fbc09f1
BASEPATH
2021-05-30 10:14:48 +02:00
Jason Kulatunga
712119cb5e
fixing ui when visible on small screen.
...
tweak local contrib instructions.
Fixing javascript mediaquery breakpoint for small screen.
2021-04-25 23:22:29 -07:00
Telyn
9778809cba
Change temperature graph to 24-hour formatting
2020-12-27 14:57:27 +00:00
Ricardo Gonzalez
13d3d9f64e
Show Host ID
2020-10-18 00:11:30 +01:00
Jason Kulatunga
77971edf5f
Merge pull request #103 from ryck/feature/improve-humanize-duration
2020-10-17 12:00:00 -06:00
Ricardo Gonzalez
78d0dd8f3b
Use humanizeDuration directly in the template
2020-10-16 21:52:03 +01:00
Ricardo Gonzalez
96534c44b7
Improve humanizeHours
2020-10-11 17:45:10 +01:00
Ricardo Gonzalez
95ef254b8c
Add timestamp to last updated. Fixes #87
2020-10-11 16:14:43 +01:00
Jason Kulatunga
be378bd147
if attribute Id is unknown (and does not match anything in metadata) the frontend breaks. Added more robust frontend display code to handle this case.
...
fixes #53
2020-09-30 09:10:42 -06:00
Jason Kulatunga
67d1c592a5
include the device type in the title, if it's non-standard.
2020-09-20 17:37:43 -06:00
Jason Kulatunga
e6eeaf7e31
adding mocked detail data for frontend viewing. placeholders for settings panels. Add dialog panel for Details setings.
2020-09-18 10:14:19 -06:00
Jason Kulatunga
5101a37964
adding device protocl and type to the. Adding class for parsing smartctl --scan json output, for device detection. added an example/test file for smartctl -x -j added a placeholder settings panel. moved dashboard & details compoonent out of "Admin" directory.
2020-09-18 10:14:19 -06:00
Jason Kulatunga
86fc10b7b9
added ideal and thresholds for NVMe and SCSI drives.
...
Added functions (PopulateAttributeStatus) to ensure that NVME and SCSI drives set the status for SMART attributes.
Moved Status populating fucntion into the *Attribute files, so they are closer to the code they actually interact with.
Fix frontend to correctly display status, thresh and Ideal for NVMe and SCSI ddrives.
2020-09-08 22:24:24 -07:00
Jason Kulatunga
c7f529ab41
fixing grid.
2020-08-29 12:22:03 -07:00
Jason Kulatunga
50f1566689
fixing grid.
2020-08-29 11:53:44 -07:00
Jason Kulatunga
e283d43654
rename metadata class names.
...
adding metadata for NVME and SCSI drives.
send back protocol specific metadata for displaying data in the UI for attributes.
UI - moved all metadata lookups into named functions (for better if/else logic)
show different columns if nvme or scsi.
2020-08-28 00:41:08 -07:00