Commit Graph

1660 Commits

Author SHA1 Message Date
Joseph Kennedy
17428e7057 use self.device 2017-08-26 00:00:05 -04:00
Joseph Kennedy
da2f1560f4 Remove extraneous line and remove try for error testing 2017-08-25 23:50:55 -04:00
Joseph Kennedy
509848031b Switch to IntegerField for form_factor and mtu and switch back to BooleanFields 2017-08-25 23:20:44 -04:00
Joseph Kennedy
6f7bb50475 Change lag interface...add clean_lag function. Switch to NullBooleanField for other fields in InterfaceCSVForm 2017-08-25 22:55:27 -04:00
Joseph Kennedy
5dd5608e5b Switch to BooleanFields 2017-08-24 20:32:41 -04:00
Joseph Kennedy
0377474ecc Reference to nonexistent method removed 2017-08-24 20:17:50 -04:00
Joseph Kennedy
3fd2911bdc Add is_lag field and try to fix lag FlexibleModelChoice in InterfaceCSVForm 2017-08-24 20:09:22 -04:00
Joseph Kennedy
89b6aee205 Missing comma... 2017-08-22 20:27:38 -04:00
Joseph Kennedy
f7bb400940 Try to fix lag field in InterfaceCSVForm...likely to fail 2017-08-22 20:08:41 -04:00
Joseph Kennedy
67bf11ab82 Add more fields to InterfaceCSVForm and InterfaceImportTable 2017-08-22 18:44:55 -04:00
Joseph Kennedy
3e122c4a32 Added csv_headers to Interface model 2017-08-22 15:08:05 -04:00
Joseph Kennedy
bb7fc02654 Add InterfaceListFilter, add device as CharField instead of ModelChoiceField, and add the filter to InterfaceListView 2017-08-17 22:10:45 -04:00
Joseph Kennedy
421779cb56 Adding back all but device field to InterfaceListFilterForm. 2017-08-17 21:54:09 -04:00
Joseph Kennedy
d8fb8e60f9 Comment out device field as ModelChoiceField. 2017-08-17 21:40:10 -04:00
Joseph Kennedy
2c339b1bda Comment mac_address and enabled in InterfaceListFilterForm 2017-08-17 21:32:30 -04:00
Joseph Kennedy
de9229b532 Comment role FilterChoiceField and uncomment enabled field. 2017-08-17 21:25:02 -04:00
Joseph Kennedy
b145fb0e69 Remove enabled field from IntefaceListFilterForm to test. 2017-08-17 21:16:33 -04:00
Joseph Kennedy
e729b560de Custom fields don't work with the interface list at present. Trying to fix export and InterfaceListFilterForm now. 2017-08-17 21:01:05 -04:00
Joseph Kennedy
ad3814968a Revert filter in InterfaceListView 2017-08-17 20:15:39 -04:00
Joseph Kennedy
57584b9254 Remove filter from InterfaceListView 2017-08-17 19:56:14 -04:00
Joseph Kennedy
86c1503f12 Revert to InterfaceFilterForm 2017-08-16 18:13:05 -04:00
Joseph Kennedy
6dbc014fee Switching to forms.InterfaceConnectionFilterForm now 2017-08-16 16:48:16 -04:00
Joseph Kennedy
4b13149769 Switch to DeviceFilterForm in InterfaceListView to confirm InterfaceListFilterForm is broken 2017-08-16 14:20:26 -04:00
Joseph Kennedy
322ad2ca15 Checking filter on InterfaceListView to see if the broke the view 2017-08-15 21:48:06 -04:00
Joseph Kennedy
d71556547e Added Interface export and custom field option 2017-08-15 02:23:26 -04:00
Joseph Kennedy
8ec6f7c0b5 Switched to correct ChoiceField 2017-08-04 12:08:22 -04:00
Joseph Kennedy
dd0544c25c Missing constant import 2017-08-04 11:47:16 -04:00
Joseph Kennedy
6ad30dab73 Fix IFACE_ENABLED_CHOICES...again 2017-08-04 11:36:35 -04:00
Joseph Kennedy
266e948865 Define IFACE_ENABLED choices 'properly' 2017-08-04 11:19:51 -04:00
Joseph Kennedy
35f3e573b3 Added IFACE_ENABLED_CHOICES for InterfaceListFilterForm 2017-08-04 05:23:23 -04:00
Joseph Kennedy
c97f490ee8 Typo on forms 2017-08-04 05:07:59 -04:00
Joseph Kennedy
62281cb1aa Created InterfaceListFilterForm and added more search terms. Remove export on device page. Fix enabled column 2017-08-04 04:53:02 -04:00
Joseph Kennedy
04ea5bdebb Messing with accessors 2017-08-03 21:40:40 -04:00
Joseph Kennedy
13170708a2 Switch device link in InterfaceListTable to identifier property 2017-08-03 21:23:41 -04:00
Joseph Kennedy
8b70ea78ce Try again on pk variable 2017-08-03 21:16:00 -04:00
Joseph Kennedy
81bca1bc31 Fix Interface Link to use device and device fk 2017-08-03 21:02:50 -04:00
Joseph Kennedy
dd62e7576a Trying link in interface name 2017-08-03 20:15:51 -04:00
Joseph Kennedy
747830fc01 . 2017-08-03 19:47:02 -04:00
Joseph Kennedy
d1b7f49560 Remove toggle field 2017-08-03 19:35:32 -04:00
Joseph Kennedy
23c29781c2 One change at a time... 2017-08-03 18:20:35 -04:00
Joseph Kennedy
f7d3717413 Revert description column 2017-08-03 04:06:06 -04:00
Joseph Kennedy
34c3c2e10e Fix template references 2017-08-03 03:49:44 -04:00
Joseph Kennedy
01856f4990 Changes to tables for InterfaceListView 2017-08-03 03:25:48 -04:00
Joseph Kennedy
3f6cba446c Working on table view 2017-08-03 01:36:23 -04:00
Joseph Kennedy
9fccbc5c3c More attempts to fix InterfaceListView 2017-08-02 18:18:43 -04:00
Joseph Kennedy
2232b04256 Trying select_related again. 2017-08-02 17:44:33 -04:00
Joseph Kennedy
8475f78802 Switch to all() 2017-08-01 23:10:57 -04:00
Joseph Kennedy
39a9c1a723 Bad character 2017-08-01 23:01:50 -04:00
Joseph Kennedy
836dc37ee1 Change queryset to test output 2017-08-01 22:54:42 -04:00
Joseph Kennedy
7e9d052248 Remove queryset to test output 2017-08-01 22:46:14 -04:00