Commit Graph

52 Commits

Author SHA1 Message Date
b118e07d5c correct htmx target ids 2022-03-23 14:07:52 +01:00
f4b41c4716 working category form 2022-02-07 14:49:40 +01:00
3413c9da9d slowly but steady 2022-02-03 22:24:30 +01:00
ce41fa331a further htmx tests 2022-02-02 23:23:38 +01:00
a5ea539c7a add a partial template for CreateDeviceCategory 2022-02-02 22:31:53 +01:00
65bef6f3af multiple changes related to crispy-forms 2022-02-02 22:27:48 +01:00
Andreas Zweili
746054c295 make all tables responsive 2020-08-03 21:10:05 +02:00
Andreas Zweili
506401bf99 move the device delete button into the devices table 2020-08-03 16:38:46 +02:00
Andreas Zweili
e3689f6d16 add a Manufacturer detail view 2020-06-08 21:09:05 +02:00
Andreas Zweili
490ac6d2cf make cancel go one page back 2020-06-02 06:15:58 +02:00
Andreas Zweili
320e5d449b return to the previous page after the form view 2020-06-02 06:15:31 +02:00
Andreas Zweili
4ff158a866 return to previous page after DeviceUpdateView 2020-05-27 22:50:29 +02:00
Andreas Zweili
a8296397a8 add a Cancel button 2020-05-04 09:40:18 +02:00
Andreas Zweili
59fa44f4a4 add a DeviceInNetDeleteView 2020-05-03 22:18:16 +02:00
Andreas Zweili
8b48110d79 add a DeviceInNetUpdateView 2020-05-03 22:13:47 +02:00
Andreas Zweili
fd14dcd748 display the IP status again 2020-05-03 22:13:10 +02:00
Andreas Zweili
e1a5c572d8 move each IP into it's own table row
there where too many complications with creating the urls and the various
buttons. This way may be a bit less pretty but for the moments it's a much
stabler way
2020-05-03 22:10:11 +02:00
Andreas Zweili
bfc6499f96 add a cancel button to the warranty update form 2020-05-03 21:59:01 +02:00
Andreas Zweili
17053f586b remove the ConnectedDevice model 2020-05-03 21:48:40 +02:00
Andreas Zweili
02b8657ba2 add a Add button to the ip table 2020-05-03 21:18:30 +02:00
Andreas Zweili
a1e697971a add device_in_net_create template 2020-05-03 21:11:43 +02:00
Andreas Zweili
7c3ab5abf6 correct the title in the warranty_create link 2020-05-03 20:07:50 +02:00
Andreas Zweili
48c5dedb01 add a WarrantyUpdateView 2020-05-03 20:07:22 +02:00
Andreas Zweili
56ebccf667 add a cancel button to the WarrantyAddView 2020-05-02 22:38:34 +02:00
Andreas Zweili
9c4227e217 convert input to button 2020-05-02 22:38:25 +02:00
Andreas Zweili
01afb1292c add DeviceDeleteView 2020-05-02 22:36:35 +02:00
Andreas Zweili
1279311055 add missing csrf tokens 2020-05-02 22:28:07 +02:00
Andreas Zweili
20b87a3e39 add a delete view for warranties 2020-05-02 22:28:02 +02:00
Andreas Zweili
327aebd9e4 replace the create warranty button with an add icon 2020-05-02 21:53:32 +02:00
Andreas Zweili
83d4ea4f9e replace the edit button with an edit icon 2020-05-02 21:53:12 +02:00
Andreas Zweili
ac801c93d3 correct the title for the connected devices table 2020-05-01 17:04:01 +02:00
Andreas Zweili
3e00746f89 add a "Create Device" button to the connected devices table 2020-05-01 17:03:33 +02:00
Andreas Zweili
2796736c75 add an "Edit Device" button to the device detail view 2020-05-01 16:58:35 +02:00
Andreas Zweili
c4f9f597e2 add a WarrantyCreateView 2020-05-01 16:57:38 +02:00
Andreas Zweili
78d5f4cea5 add device update view 2020-05-01 15:23:09 +02:00
Andreas Zweili
975d3573d8 add device create view 2020-05-01 15:22:53 +02:00
Andreas Zweili
cbc0e6169f add create button to the devices list 2020-05-01 15:21:29 +02:00
Andreas Zweili
965ee14c58 move the vertical margin from the columns to the cards 2020-02-25 22:27:58 +01:00
Andreas Zweili
979933d436 improve responsivenes 2020-02-25 21:53:57 +01:00
Andreas Zweili
9cbf760ef3 update device and computer details to bootstrap4 2020-02-25 21:17:59 +01:00
Andreas Zweili
9d56537394 update backup details to bootstrap4 2020-02-25 20:25:20 +01:00
Andreas Zweili
58a8673e1d add a view for all device warranties 2020-02-16 22:03:43 +01:00
Andreas Zweili
771b698197 remove the hardcoded years text 2020-02-16 20:16:16 +01:00
Andreas Zweili
dc70daa5ab display all waranty information in device details 2020-02-16 17:19:23 +01:00
Andreas Zweili
95161cda3f group ips by the nets 2020-02-16 16:56:46 +01:00
Andreas Zweili
0856902adf rename the device details block 2020-02-16 14:47:29 +01:00
Andreas Zweili
0248f6a6f3 use the template blocks in the device templates 2020-02-16 14:21:09 +01:00
Andreas Zweili
4ed71e8472 add various template blocks 2020-02-16 14:19:35 +01:00
Andreas Zweili
47b1f81a89 add ConnectedDevice views 2020-02-15 18:50:51 +01:00
Andreas Zweili
441fda2e1f add HardwareModel to the device app
devices like computers etc. usually have a hardware model/type. E.g. Dell
Precision 5530. In order to use the same name consistently we have the option
to select the model name from a drop down.
2020-02-14 20:26:24 +01:00