From 617955e084866aec1fd82500ca9fcf0848df6f2c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 Apr 2019 01:37:07 +0100 Subject: [PATCH] Add breadcrumb --- src/components/AppBreadcrumb.vue | 67 ++++++++++++++++++++++++++++++++ src/components/TitleBlock.vue | 20 +++++++++- src/views/Applications.vue | 4 -- src/views/Environment.vue | 23 +---------- src/views/Environments.vue | 19 +-------- 5 files changed, 88 insertions(+), 45 deletions(-) create mode 100644 src/components/AppBreadcrumb.vue diff --git a/src/components/AppBreadcrumb.vue b/src/components/AppBreadcrumb.vue new file mode 100644 index 0000000..f2ac09b --- /dev/null +++ b/src/components/AppBreadcrumb.vue @@ -0,0 +1,67 @@ + + + diff --git a/src/components/TitleBlock.vue b/src/components/TitleBlock.vue index b370a19..f325479 100644 --- a/src/components/TitleBlock.vue +++ b/src/components/TitleBlock.vue @@ -2,10 +2,28 @@
- +
+ + diff --git a/src/views/Applications.vue b/src/views/Applications.vue index e336198..19b0e98 100644 --- a/src/views/Applications.vue +++ b/src/views/Applications.vue @@ -4,10 +4,6 @@ - -