Commit graph

65 commits

Author SHA1 Message Date
Thomas Nahuel Rusiecki 176fa73f85 state button rework and warning if same state 2025-01-14 15:27:25 +01:00
Thomas Nahuel Rusiecki 62094d4c43 Device-details html modularized into several files 2025-01-14 15:25:22 +01:00
Thomas Nahuel Rusiecki 280c35e780 added state delete 2025-01-14 13:08:43 +01:00
Thomas Nahuel Rusiecki a435ecf9be changed tab to log and added logging 2025-01-14 13:08:40 +01:00
Thomas Nahuel Rusiecki 90bf9e162f changed state visual and ordering 2025-01-14 13:08:03 +01:00
Thomas Nahuel Rusiecki 04c39a927f minor fix for correct tab handling 2025-01-14 13:07:20 +01:00
Thomas Nahuel Rusiecki 811667ebd9 added current state to device details 2025-01-14 13:06:41 +01:00
Thomas Nahuel Rusiecki b90012ce2e condition checking and renaming 2025-01-14 12:41:42 +01:00
Thomas Nahuel Rusiecki be1779e566 stylish new popup for state change 2025-01-14 12:41:32 +01:00
Thomas Nahuel Rusiecki 2b8d5baf92 centered popup modals 2025-01-14 12:39:29 +01:00
Thomas Nahuel Rusiecki 41a4d731a8 change edit view to modal popup 2025-01-14 12:38:37 +01:00
Thomas Nahuel Rusiecki 473fdb04bd added user_property 2025-01-14 12:38:37 +01:00
Thomas Nahuel Rusiecki 8d3fb49c2a details view changed to now use properties 2025-01-14 12:38:37 +01:00
Thomas Nahuel Rusiecki feacb399d0 fixed user_properties list not working 2025-01-14 12:38:37 +01:00
Thomas Nahuel Rusiecki 326b3026c5 annotations renaming on views 2025-01-14 10:43:23 +01:00
Cayo Puigdefabregas dbdcffe5d9 add inxi in parsing and show in details of devs 2024-12-16 18:04:03 +01:00
Cayo Puigdefabregas e54d8ba49c activate/deactivate DPP from env 2024-12-05 10:54:41 +01:00
Cayo Puigdefabregas fdc431b43a fix 2024-11-27 13:07:13 +01:00
Cayo Puigdefabregas cc350775ed . 2024-11-19 18:02:43 +01:00
Cayo Puigdefabregas 0d574cae63 register device and dpp in dlt and dpp api 2024-11-18 19:37:08 +01:00
Thomas Nahuel Rusiecki ccb0be1b4c check for values on websnapshot 2024-11-12 14:48:35 +01:00
sergio_gimenez 26c3401f4d Do not show serial numbers if user not authenticated 2024-11-06 08:24:10 +01:00
sergio_gimenez e6c42a908f Show components and serials only if user is authenticated 2024-11-05 10:19:24 +01:00
sergio_gimenez 033e4df297 Render serial number in public website 2024-11-04 08:24:23 +01:00
sergio_gimenez 915d95379c Render serial number in details view 2024-11-04 08:21:19 +01:00
Cayo Puigdefabregas ca0292aad9 fix some bugs 2024-10-30 16:00:23 +01:00
sergio_gimenez 3a6c047bd1 Properly close div 2024-10-29 08:30:17 +01:00
sergio_gimenez fcc23cc656 Add space in copyrigight 2024-10-29 08:30:06 +01:00
sergio_gimenez cd666fa1ff Add consistent margin and add translations 2024-10-29 08:29:13 +01:00
sergio_gimenez 04390b76da Use nav-item instead of nav-items 2024-10-29 08:25:01 +01:00
sergio_gimenez 49b3931ac9 Merge branch 'main' into feature/90-implement-public-website-for-device 2024-10-29 08:07:31 +01:00
Cayo Puigdefabregas b2cda37dd0 add erase server definition 2024-10-28 17:52:34 +01:00
sergio_gimenez 29bc090d3a Remove duplicate code due to wron merge 2024-10-24 08:55:58 +02:00
sergio_gimenez b1e45bd94e Merge branch 'main' into feature/90-implement-public-website-for-device 2024-10-23 08:54:12 +02:00
sergio_gimenez fd2adfa3a5 Remove wrong snapshot rendering 2024-10-23 08:39:18 +02:00
sergio_gimenez 64cf6bad17 Remove wrong parsing 2024-10-23 08:38:54 +02:00
sergio_gimenez 1ec7a69c06 Fix title 2024-10-22 09:18:46 +02:00
sergio_gimenez dc5671c97f Make public web work for both legacy and new snapshot 2024-10-22 08:10:37 +02:00
sergio_gimenez 4c00ac8263 Fix url in device details template 2024-10-22 08:10:09 +02:00
sergio_gimenez 54f3bcd7f3 Fix details template 2024-10-22 07:24:42 +02:00
Cayo Puigdefabregas e8d8c96700 add anchor in tabs of details of devices 2024-10-21 16:48:36 +02:00
sergio_gimenez 84b3579851 Merge branch 'main' into feature/90-implement-public-website-for-device 2024-10-15 10:08:12 +02:00
sergio_gimenez 99eccc82aa 90: Add device model in the title 2024-10-08 08:02:42 +02:00
sergio_gimenez b8946dfbde 90: Playing with CSS to make it look good 2024-10-08 08:00:35 +02:00
sergio_gimenez 12e31758b3 90-initial-ugly-view 2024-10-08 07:26:48 +02:00
cayop 76457893f5 Merge pull request 'add shortid and refactor unassigned devices table' (#5) from tau_shortid into tau
Reviewed-on: #5
2024-09-26 09:58:49 +00:00
pedro e2f5358d83 add shortid and refactor unassigned devices table 2024-09-26 00:22:21 -03:00
pedro e3b0d70f04 fix typo: customer_id -> custom_id 2024-09-25 23:10:41 -03:00
pedro 5b84d81590 new_device: UX: clarify add component details 2024-09-25 22:48:03 -03:00
Cayo Puigdefabregas 59f6ac705c fix components 2024-09-25 19:04:29 +02:00