diff --git a/src/components/HeadNavigation.vue b/src/components/HeadNavigation.vue index 4279f4d..73f8b5e 100644 --- a/src/components/HeadNavigation.vue +++ b/src/components/HeadNavigation.vue @@ -9,4 +9,4 @@ data: () => ({ }), } - \ No newline at end of file + diff --git a/src/components/ReleaseDashboard.vue b/src/components/ReleaseDashboard.vue index 964a720..5f18cc8 100644 --- a/src/components/ReleaseDashboard.vue +++ b/src/components/ReleaseDashboard.vue @@ -8,129 +8,41 @@ >

Dashboards

- -

- Dashboards allow to visualize version information -

-

- First, pick a dashboard -

-

- Then a project within that dashboard -

-

- Finally, you can detailed application information -

-
- -
- - {{ dashboardInfo.name }} - - - {{ dashboardInfo.name }} - -
-
-
- - {{ project.name }} - - - {{ project.name }} - + + {{ dashboardInfo.name }} +
+
- - - - - - {{ currentProject.name }} - - -

{{ currentProject.description }}

-
-
-
-
+ @@ -153,10 +65,16 @@ Status - Name + Project - Description + Application + + + Created At + + + Updated At Apps @@ -165,31 +83,44 @@ - + + {{ project.name }} {{ item.name }} - {{ item.description }} + {{ item.createdAt }} + {{ item.updatedAt }} - - {{ spec.version }} - + + + {{ spec.version }} + + + + - Details @@ -206,9 +137,10 @@ > - {{ app.name }} + Project: {{ currentProject.name }} + +

{{ currentProject.description }}

+
+
+ + + + + + Application: {{ app.name }}

{{ app.description }}

@@ -240,9 +189,8 @@ sm="12" > + :flat=true + >