2022-12-11 02:02:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2023-04-06 22:31:39 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-09-15 22:13:21 +00:00
|
|
|
<title>proxmox - dashboard</title>
|
2023-01-28 00:30:46 +00:00
|
|
|
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
2024-07-26 18:34:14 +00:00
|
|
|
<link rel="stylesheet" href="modules/w3.css">
|
2023-04-11 21:38:51 +00:00
|
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2023-04-25 21:35:50 +00:00
|
|
|
<link rel="stylesheet" href="css/nav.css">
|
2023-05-05 21:43:15 +00:00
|
|
|
<link rel="stylesheet" href="css/form.css">
|
2023-01-09 22:37:32 +00:00
|
|
|
<script src="scripts/index.js" type="module"></script>
|
2024-06-05 22:11:53 +00:00
|
|
|
<script src="modules/wfa.js" type="module"></script>
|
2023-06-09 07:00:21 +00:00
|
|
|
<style>
|
|
|
|
#instance-container > div {
|
|
|
|
border-bottom: 1px solid white;
|
|
|
|
}
|
|
|
|
#instance-container > div:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2023-09-15 22:13:21 +00:00
|
|
|
@media screen and (width >= 440px) {
|
|
|
|
#vm-search {
|
|
|
|
max-width: calc(100% - 10px - 152px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (width <= 440px) {
|
|
|
|
#vm-search {
|
|
|
|
max-width: calc(100% - 10px - 47px);
|
|
|
|
}
|
|
|
|
}
|
2023-06-09 07:00:21 +00:00
|
|
|
</style>
|
2022-12-11 02:02:29 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-04-25 21:25:03 +00:00
|
|
|
<header>
|
2023-05-16 15:18:36 +00:00
|
|
|
<h1>proxmox</h1>
|
2023-05-11 06:13:00 +00:00
|
|
|
<label for="navtoggle">☰</label>
|
|
|
|
<input type="checkbox" id="navtoggle">
|
2024-07-16 19:00:30 +00:00
|
|
|
<nav id="navigation">
|
2023-09-26 19:15:54 +00:00
|
|
|
<a href="index.html" aria-current="page">Instances</a>
|
2023-05-11 06:13:00 +00:00
|
|
|
<a href="account.html">Account</a>
|
2023-07-12 00:24:16 +00:00
|
|
|
<a href="settings.html">Settings</a>
|
2024-07-16 19:00:30 +00:00
|
|
|
<a id="admin-link" aria-disabled="true" class="none">Admin</a>
|
2023-05-11 06:13:00 +00:00
|
|
|
<a href="login.html">Logout</a>
|
2023-04-06 03:46:39 +00:00
|
|
|
</nav>
|
2023-01-09 22:36:50 +00:00
|
|
|
</header>
|
2023-04-28 23:43:09 +00:00
|
|
|
<main>
|
2023-10-18 19:33:58 +00:00
|
|
|
<section>
|
2023-09-14 20:38:23 +00:00
|
|
|
<h2>Instances</h2>
|
|
|
|
<div class="w3-card w3-padding">
|
2023-09-15 22:13:21 +00:00
|
|
|
<div class="flex row nowrap" style="margin-top: 1em; justify-content: space-between;">
|
|
|
|
<form id="vm-search" role="search" class="flex row nowrap">
|
2024-08-24 04:45:49 +00:00
|
|
|
<svg role="img" aria-label="Search Instances"><use href="images/common/search.svg#symb"></use></svg>
|
2023-09-20 22:17:06 +00:00
|
|
|
<input type="search" id="search" class="w3-input w3-border" style="height: 1lh; max-width: fit-content;" aria-label="search instances by name">
|
2023-09-14 20:38:23 +00:00
|
|
|
</form>
|
2023-09-20 22:17:06 +00:00
|
|
|
<button type="button" id="instance-add" class="w3-button" aria-label="create new instance">
|
2023-09-15 22:13:21 +00:00
|
|
|
<span class="large" style="margin: 0;">Create Instance</span>
|
2024-08-12 17:11:44 +00:00
|
|
|
<svg class="small" style="height: 1lh; width: 1lh;" role="img" aria-label="Create New Instance"><use href="images/actions/instance/add.svg#symb"></use></svg>
|
2023-09-15 22:13:21 +00:00
|
|
|
</button>
|
2023-09-14 20:38:23 +00:00
|
|
|
</div>
|
2023-09-18 19:37:07 +00:00
|
|
|
<div>
|
|
|
|
<div class="w3-row w3-hide-small" style="border-bottom: 1px solid;">
|
2024-07-16 19:00:30 +00:00
|
|
|
<p class="w3-col l1 m2 w3-hide-small">ID</p>
|
|
|
|
<p class="w3-col l2 m3 w3-hide-small">Name</p>
|
|
|
|
<p class="w3-col l1 m2 w3-hide-small">Type</p>
|
|
|
|
<p class="w3-col l2 m3 w3-hide-small">Status</p>
|
|
|
|
<p class="w3-col l2 w3-hide-medium w3-hide-small">Host Name</p>
|
|
|
|
<p class="w3-col l2 w3-hide-medium w3-hide-small">Host Status</p>
|
|
|
|
<p class="w3-col l2 m2 w3-hide-small">Actions</p>
|
2023-09-18 19:37:07 +00:00
|
|
|
</div>
|
|
|
|
<div id="instance-container"></div>
|
|
|
|
</div>
|
2023-04-28 23:43:09 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
2023-02-21 21:50:54 +00:00
|
|
|
</main>
|
2022-12-11 02:02:29 +00:00
|
|
|
</body>
|
|
|
|
</html>
|