Redesign UI and add first-party Docker runtime support
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!---
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>xTeVe</title>
|
||||
<link rel="stylesheet" href="css/screen.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/base.css" type="text/css">
|
||||
@@ -17,7 +15,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="javascript: PageReady();">
|
||||
<body class="app-shell" onload="javascript: PageReady();">
|
||||
|
||||
<div id="loading" class="none">
|
||||
<div class="loader"></div>
|
||||
@@ -27,6 +25,7 @@
|
||||
<div id="popup-custom"></div>
|
||||
</div>
|
||||
|
||||
<div id="layout-overlay"></div>
|
||||
<div id="layout">
|
||||
|
||||
<!--
|
||||
@@ -40,13 +39,18 @@
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div id="menu-wrapper" class="layout-left">
|
||||
<aside id="menu-wrapper" class="layout-left">
|
||||
<div id= "branch"></div>
|
||||
<div id="logo"></div>
|
||||
<nav id="main-menu"></nav>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="layout-right">
|
||||
<main class="layout-right">
|
||||
<header id="shell-header">
|
||||
<button id="menu-toggle" type="button">Menu</button>
|
||||
<h2 id="shell-title">xTeVe Control Panel</h2>
|
||||
<p id="connection-indicator" class="status-idle">Connecting...</p>
|
||||
</header>
|
||||
|
||||
<table id="clientInfo" class="">
|
||||
|
||||
@@ -87,6 +91,8 @@
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div id="status-cards" class="dashboard-cards"></div>
|
||||
|
||||
<div id="myStreamsBox" class="notVisible">
|
||||
|
||||
@@ -99,10 +105,10 @@
|
||||
|
||||
<div id="content" class=""></div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user