Network settings redesign - interface settings
First commit of the network settings redesign:
- Adds the global network settings section for DHCP settings
- Adds read only hostname, FQDN and MAC address,
modal to edit each will be done seperately
- Removes interface specific sections to refactor in next commit
- Adds tab component to display ethernet data by interface
- Ability to edit, delete and add ipv4 addresses and DNS will
be done in separate commit
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: Ibb1db6894ee697fec9e6ea1b8312d041c61faaad
diff --git a/src/main.js b/src/main.js
index 8fcb808..0aae716 100644
--- a/src/main.js
+++ b/src/main.js
@@ -34,6 +34,7 @@
PaginationPlugin,
ProgressPlugin,
TablePlugin,
+ TabsPlugin,
ToastPlugin,
TooltipPlugin,
} from 'bootstrap-vue';
@@ -123,6 +124,7 @@
Vue.use(PaginationPlugin);
Vue.use(ProgressPlugin);
Vue.use(TablePlugin);
+Vue.use(TabsPlugin);
Vue.use(ToastPlugin);
Vue.use(TooltipPlugin);
Vue.use(Vuelidate);