Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/wwwroot/admin/default/hub.html')
-rw-r--r--src/bin/hamcore/wwwroot/admin/default/hub.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/default/hub.html b/src/bin/hamcore/wwwroot/admin/default/hub.html
new file mode 100644
index 00000000..91b46307
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/default/hub.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<!--#include file="include_head.html" -->
+ <body>
+<!--#include file="include_menu.html" -->
+<div class="container theme-showcase" role="main">
+ <H2><div id="HUB_NAME"></div></H2>
+
+ <button class="btn btn-lg btn-danger" onclick="JS.DeleteVirtualHub(location.search);">Delete this Virtual Hub</button>
+
+ <H3>List of Users</H3>
+ <ul id="USERS_LIST"></ul>
+
+ <H3>List of Active VPN Sessions</H3>
+ <ul id="SESSIONS_LIST"></ul>
+<!--#include file="include_footer.html" -->
+</div>
+ </body>
+ <script>
+ JS.HubAdminPage(location.search);
+ </script>
+</html>
+