Commit Graph

27 Commits

Author SHA1 Message Date
Andreas Zweili e3689f6d16 add a Manufacturer detail view 2020-06-08 21:09:05 +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 d42281ec08 add success_url to DeviceUpdateView 2020-05-24 21:56:43 +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 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 17053f586b remove the ConnectedDevice model 2020-05-03 21:48:40 +02:00
Andreas Zweili 96b574d1ab add DeviceInNetCreateView 2020-05-03 21:12:58 +02:00
Andreas Zweili 48c5dedb01 add a WarrantyUpdateView 2020-05-03 20:07:22 +02:00
Andreas Zweili 01afb1292c add DeviceDeleteView 2020-05-02 22:36:35 +02:00
Andreas Zweili 20b87a3e39 add a delete view for warranties 2020-05-02 22:28:02 +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 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 db97a141d9 limit the warranties view to only the allowed objects 2020-03-01 11:15:12 +01:00
Andreas Zweili cf2feba185 split parameters over multiple lines 2020-02-29 21:09:13 +01:00
Andreas Zweili ac71ee590f remove the non-working order_by 2020-02-23 11:39:58 +01:00
Andreas Zweili fc37a1f115 sort warranties by customer 2020-02-16 22:10:37 +01:00
Andreas Zweili 58a8673e1d add a view for all device warranties 2020-02-16 22:03:43 +01:00
Andreas Zweili 6ceb604dd4 add IPs to the computer details view 2020-02-16 14:48:29 +01:00
Andreas Zweili 7f5409aa8f display the warranty in the device views 2020-02-16 14:21:29 +01:00
Andreas Zweili 47b1f81a89 add ConnectedDevice views 2020-02-15 18:50:51 +01:00
Andreas Zweili e167aefc03 correct template paths 2020-01-11 17:00:42 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili b1e160ff3b rename device app to devices 2020-01-09 21:59:49 +01:00