Commit Graph

29 Commits

Author SHA1 Message Date
7efceb4954 format with black 2022-03-27 14:50:44 +02:00
Andreas Zweili
746054c295 make all tables responsive 2020-08-03 21:10:05 +02:00
Andreas Zweili
9bc3873317 make the delete column unsortable 2020-08-03 17:37:08 +02:00
Andreas Zweili
b06f7e961b add a delete button to the backups table 2020-08-03 16:49:45 +02:00
Andreas Zweili
0bcb74a397 add a customer property to Backup model 2020-08-03 16:49:09 +02:00
Andreas Zweili
a0191b6dc2 PEP8 2020-08-03 13:41:49 +02:00
Andreas Zweili
0ae6a6688e extend the models with 'ordering' 2020-07-07 22:12:57 +02:00
Andreas Zweili
72b8c86a98 add create and delete views for backups 2020-06-29 13:36:12 +02:00
Andreas Zweili
e79eba2828 show all models in the admin interface
Since we decided to create many forms in the frontend the admin interface
should really be a way to access all models even the ones which aren't
accessible from the front end.
2020-06-08 17:02:15 +02:00
Andreas Zweili
43e8dcc14c convert backup exec_days to a many-to-many field 2020-04-30 19:20:53 +02:00
Andreas Zweili
6dd0e38513 remove the names of some overly large capitalists
These companies already have far too much money at their disposal.
They might profit from the free advertising appearing in this
repository and we wouldn't want that wouldn't we?
2020-03-15 19:54:43 +01:00
Andreas Zweili
26631d1928 remove unused imports 2020-02-29 21:03:59 +01:00
Andreas Zweili
965ee14c58 move the vertical margin from the columns to the cards 2020-02-25 22:27:58 +01:00
Andreas Zweili
4faf0975e9 remove card withs from backup details view 2020-02-25 22:24:25 +01:00
Andreas Zweili
9d56537394 update backup details to bootstrap4 2020-02-25 20:25:20 +01:00
Andreas Zweili
ddb8dc2bba remove all the table templates with a single settings option 2020-02-23 12:59:20 +01:00
Andreas Zweili
9c0938b420 add a CoreTable class to inherit all tables from 2020-02-23 12:58:39 +01:00
Andreas Zweili
391ffa9ad8 rename inventory app to computers 2020-01-12 14:36:44 +01:00
Andreas Zweili
e72da6813c correct various imports 2020-01-12 13:18:51 +01:00
Andreas Zweili
af310cdd0d correct the path for the base template 2020-01-11 17:41:03 +01:00
Andreas Zweili
e13a35bfe1 correct mixer paths for Backup models 2020-01-11 17:39:03 +01:00
Andreas Zweili
6bf7eea20a correct template path in backups views 2020-01-11 17:19:42 +01:00
Andreas Zweili
e12d41aed7 add missing s to customers import 2020-01-11 17:13:11 +01:00
Andreas Zweili
9b9edb9319 correct imports in backups models 2020-01-11 17:12:03 +01:00
Andreas Zweili
a716438af3 move init imports from inventory to backups app 2020-01-11 17:11:45 +01:00
Andreas Zweili
bca55bb5d9 add urls to backups app 2020-01-11 17:11:34 +01:00
Andreas Zweili
63354c4d22 move backup fixtures to backups app 2020-01-11 17:07:59 +01:00
Andreas Zweili
838fba4b2e move backups tests to backups app 2020-01-11 17:04:33 +01:00
Andreas Zweili
da624cabc3 add backups app 2020-01-11 17:01:21 +01:00