From 6697309f6c264755c413c1cc0401542df03aad59 Mon Sep 17 00:00:00 2001 From: Shree Vatsa N Date: Fri, 30 Dec 2022 18:23:28 +0530 Subject: [PATCH] templates: Add option to edit mgr instance stored in localstorage Updates: #37 Signed-off-by: Shree Vatsa N --- static/js/app.js | 2 + templates/instances.html.j2 | 78 +++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/static/js/app.js b/static/js/app.js index d5d9131..874d0ff 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -265,6 +265,8 @@ SVG_STOP = ''; SVG_DELETE = ''; +SVG_EDIT = ''; + SVG_ELLIPSIS = ''; function volumeStartButton(volume, idx) { diff --git a/templates/instances.html.j2 b/templates/instances.html.j2 index 89b2770..c05cb87 100644 --- a/templates/instances.html.j2 +++ b/templates/instances.html.j2 @@ -59,6 +59,38 @@ + +

List of instances