Commit Graph

1733 Commits

Author SHA1 Message Date
Joseph Kennedy
e6bc968d62 Add toggle to show description field. Need to add conditional for comment bubble 2017-08-28 15:24:50 -04:00
Joseph Kennedy
39f139a24d Reorder items 2017-08-28 03:25:43 -04:00
Joseph Kennedy
98e3461503 Switch back to base model for Interface and remove custom_fields 2017-08-28 02:29:09 -04:00
Joseph Kennedy
9e086932d9 Added get_status_class to template code and change to CustomFieldModel for InterfaceModel 2017-08-28 02:24:50 -04:00
Joseph Kennedy
271c771b76 Allow custom fields for interfaces. Switch to get_status_display on INTERFACE_ENABLED template code. 2017-08-28 01:32:38 -04:00
Joseph Kennedy
f855733f46 LinkColumn for lag and try to do a proper get 2017-08-26 23:58:46 -04:00
Joseph Kennedy
98308b2eef Back to name 2017-08-26 23:40:26 -04:00
Joseph Kennedy
f3abe1da44 Wrong variable... 2017-08-26 23:37:05 -04:00
Joseph Kennedy
b9060d846c Try again... 2017-08-26 23:35:46 -04:00
Joseph Kennedy
01301777c8 ehhh 2017-08-26 23:33:38 -04:00
Joseph Kennedy
8271c9383c self 2017-08-26 23:32:33 -04:00
Joseph Kennedy
6c86718434 Switch to cleaned_data 2017-08-26 22:58:39 -04:00
Joseph Kennedy
26300649d2 - 2017-08-26 22:34:49 -04:00
Joseph Kennedy
197529514d Try a different to_field_name 2017-08-26 21:56:04 -04:00
Joseph Kennedy
2e01087aad Set required=False 2017-08-26 21:44:09 -04:00
Joseph Kennedy
23e20964e9 Switch to FlexibleModalChoiceField for lag...still broken clean_lag method 2017-08-26 21:39:53 -04:00
Joseph Kennedy
6e1af855bf Whoops 2017-08-26 01:55:14 -04:00
Joseph Kennedy
bb75f65cf5 Error will robinson
r Please enter the commit message for your changes. Lines starting
2017-08-26 01:52:03 -04:00
Joseph Kennedy
35110beca8 Use cleaned_data 2017-08-26 01:41:30 -04:00
Joseph Kennedy
b1ec7dfec2 Removed ordering as it is unnecessary 2017-08-26 01:16:09 -04:00
Joseph Kennedy
37c0538f7d Messing up interface ordering 2017-08-26 01:07:33 -04:00
Joseph Kennedy
952f6e7754 Trying self.fields attributes 2017-08-26 00:54:19 -04:00
Joseph Kennedy
e92a72cdb6 Missing device reference 2017-08-26 00:17:21 -04:00
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