From d3ece65e50647ec312b9003761835a1e52c91dbf Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 16 Oct 2019 17:33:34 +0530 Subject: [PATCH] autogen: fix issue, make keys with function iterable Signed-off-by: Rohit Yadav --- ui/src/components/view/ListView.vue | 28 +++++++++++++++------- ui/src/components/widgets/Console.vue | 4 ++-- ui/src/config/section/compute.js | 11 +++++---- ui/src/locales/en.json | 4 ++-- ui/src/views/AutogenView.vue | 34 ++++++++++++++++----------- 5 files changed, 51 insertions(+), 30 deletions(-) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index 9d5cb00f0cd..d285d12a190 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -17,9 +17,9 @@ +   {{ text }} {{ text }} - {{ text }} @@ -29,8 +29,10 @@ {{ text }} -   - source-nat + +   + source-nat + {{ text }} @@ -38,7 +40,12 @@ - + + {{ text }} + + + {{ text }} + {{ text }} {{ text }} @@ -46,13 +53,18 @@ {{ text }} + + {{ text }} + + + {{ text }} + + + {{ text }} + {{ text }} - - - {{ text }} - diff --git a/ui/src/components/widgets/Console.vue b/ui/src/components/widgets/Console.vue index 82071aca6a7..f52d39a354d 100644 --- a/ui/src/components/widgets/Console.vue +++ b/ui/src/components/widgets/Console.vue @@ -1,9 +1,9 @@