From b0a61faba3e52c3baf50bf2c5c65bfc2e85ecbfe Mon Sep 17 00:00:00 2001 From: Ritchie Vincent Date: Wed, 15 Jan 2020 07:24:19 +0000 Subject: [PATCH] component: sort order in list view (#104) Adds order column in zone/template/offerings list view tables. Signed-off-by: Rohit Yadav Co-authored-by: Rohit Yadav --- ui/src/components/view/ListView.vue | 136 +++++++++++++++++++++++++++ ui/src/config/section/image.js | 2 +- ui/src/config/section/infra/zones.js | 2 +- ui/src/config/section/offering.js | 6 +- ui/src/locales/en.json | 1 + 5 files changed, 142 insertions(+), 5 deletions(-) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index 0d594fcd04f..3c93db54db4 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -117,6 +117,33 @@ {{ text }} +
+ + + + + + + + + + + + + + + + +
+