From 7bb53c64da2dcf88894bfd31503accdd81498f3d Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 3 Jun 2020 10:06:52 +0200 Subject: Update to new version 5.4 Signed-off-by: Thomas Duval Change-Id: Idcd868133d75928a1ffd74d749ce98503e0555ea --- dashboard/src/views/Admin.vue | 52 ++++++++++++++++++++++++ dashboard/src/views/Assignments.vue | 54 +++++++++++++++++++++++++ dashboard/src/views/Auth.vue | 65 ++++++++++++++++++++++++++++++ dashboard/src/views/Error.vue | 8 ++++ dashboard/src/views/Models.vue | 80 +++++++++++++++++++++++++++++++++++++ dashboard/src/views/Pdps.vue | 53 ++++++++++++++++++++++++ dashboard/src/views/Rules.vue | 50 +++++++++++++++++++++++ 7 files changed, 362 insertions(+) create mode 100644 dashboard/src/views/Admin.vue create mode 100644 dashboard/src/views/Assignments.vue create mode 100644 dashboard/src/views/Auth.vue create mode 100644 dashboard/src/views/Error.vue create mode 100644 dashboard/src/views/Models.vue create mode 100644 dashboard/src/views/Pdps.vue create mode 100644 dashboard/src/views/Rules.vue (limited to 'dashboard/src/views') diff --git a/dashboard/src/views/Admin.vue b/dashboard/src/views/Admin.vue new file mode 100644 index 00000000..414e68a0 --- /dev/null +++ b/dashboard/src/views/Admin.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/dashboard/src/views/Assignments.vue b/dashboard/src/views/Assignments.vue new file mode 100644 index 00000000..d0e500e3 --- /dev/null +++ b/dashboard/src/views/Assignments.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/dashboard/src/views/Auth.vue b/dashboard/src/views/Auth.vue new file mode 100644 index 00000000..c057e284 --- /dev/null +++ b/dashboard/src/views/Auth.vue @@ -0,0 +1,65 @@ + + + diff --git a/dashboard/src/views/Error.vue b/dashboard/src/views/Error.vue new file mode 100644 index 00000000..528fb8aa --- /dev/null +++ b/dashboard/src/views/Error.vue @@ -0,0 +1,8 @@ + + + + diff --git a/dashboard/src/views/Models.vue b/dashboard/src/views/Models.vue new file mode 100644 index 00000000..bdd46483 --- /dev/null +++ b/dashboard/src/views/Models.vue @@ -0,0 +1,80 @@ + + + diff --git a/dashboard/src/views/Pdps.vue b/dashboard/src/views/Pdps.vue new file mode 100644 index 00000000..778f23fe --- /dev/null +++ b/dashboard/src/views/Pdps.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/dashboard/src/views/Rules.vue b/dashboard/src/views/Rules.vue new file mode 100644 index 00000000..042b00c0 --- /dev/null +++ b/dashboard/src/views/Rules.vue @@ -0,0 +1,50 @@ + + + -- cgit