From 417c664ee2bc2a032969639d53b43b732d428e9e Mon Sep 17 00:00:00 2001 From: Aristeidis Iliopoulos Date: Thu, 15 Sep 2016 11:36:44 -0700 Subject: Added GUI for tutorials that runs entirely inside the VM -fixed issue with webserver not spinning up properly Change-Id: I3724f1640ba2b84b7d84fab29febbbd047120812 Signed-off-by: Aristeidis Iliopoulos --- vpp-userdemo/ui/dist.prod/html/main.html | 105 +++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 vpp-userdemo/ui/dist.prod/html/main.html (limited to 'vpp-userdemo/ui/dist.prod/html/main.html') diff --git a/vpp-userdemo/ui/dist.prod/html/main.html b/vpp-userdemo/ui/dist.prod/html/main.html new file mode 100644 index 0000000..b0ba597 --- /dev/null +++ b/vpp-userdemo/ui/dist.prod/html/main.html @@ -0,0 +1,105 @@ +
+
+
+
+
+

Tutorials

+
+
+
+
+ insert_drive_file +
{{tutorial}}
+ playlist_play +
+
+
+
+
    +
  • Step {{$index+1}}
  • +
+
+
+ + + +
+
+ {{selectedTutorial}} +
+
+
+ Copy to clipboard + content_paste +
+
+
+
+
+ +
+
+
+

Please select a tutorial from the list on the left

+

{{instructions[pointer]}}

+

{{commands[pointer]}}

+
+
+
+
+ + +
+ navigate_next + next +
+
+
+
+
+
+
+
+
+
+
+
+
×
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ vppsb - {{selectedTutorial}} +
+
+
+
+
+
+
+
+
+

{{response}}

+
+
+
+
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg