working resman fertig ohne kosten dashboard
This commit is contained in:
+26
-29
@@ -101,6 +101,7 @@ border-radius:6px;
|
||||
<th>CPU</th>
|
||||
<th>RAM</th>
|
||||
<th>Disk</th>
|
||||
<th>OS</th>
|
||||
<th>IPs</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
@@ -114,30 +115,6 @@ border-radius:6px;
|
||||
|
||||
<section>
|
||||
|
||||
<h2>Cancelled Resources</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Produkt</th>
|
||||
<th>Provider</th>
|
||||
<th>CPU</th>
|
||||
<th>RAM</th>
|
||||
<th>Disk</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody id="cancelled"></tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
<h2>Domains</h2>
|
||||
|
||||
<button onclick="openDomainCreate()">Neue Domain</button>
|
||||
@@ -181,6 +158,30 @@ border-radius:6px;
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
<h2>Cancelled Resources</h2>
|
||||
|
||||
<table>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Produkt</th>
|
||||
<th>Provider</th>
|
||||
<th>CPU</th>
|
||||
<th>RAM</th>
|
||||
<th>Disk</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody id="cancelled"></tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<div id="resourceModal" class="modal">
|
||||
|
||||
<h3 id="modalTitle">Resource</h3>
|
||||
@@ -315,21 +316,17 @@ tr.innerHTML=`
|
||||
<td>${r.cpu||""}</td>
|
||||
<td>${r.ram||""}</td>
|
||||
<td>${r.disk||""}</td>
|
||||
<td>${r.os||""}</td>
|
||||
|
||||
<td>
|
||||
|
||||
${ips}
|
||||
|
||||
<br>
|
||||
|
||||
<button onclick="openIPManager(${r.id})">Manage</button>
|
||||
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
||||
<button onclick='openEdit(${JSON.stringify(r)})'>Edit</button>
|
||||
|
||||
<button onclick="deleteResource(${r.id})">Delete</button>
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user