IP Manager überarbeitet
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
|
||||
<h1>Ressourcen Verwaltung</h1>
|
||||
|
||||
<div id="lastUpdate" style="margin-bottom:10px;color:#555;">
|
||||
Letztes Update: -
|
||||
</div>
|
||||
|
||||
<section>
|
||||
|
||||
<h2>Kosten Dashboard</h2>
|
||||
@@ -220,10 +224,9 @@ Domains jährlich: <span id="costDomain">0</span> €<br>
|
||||
<div id="ipList"></div>
|
||||
|
||||
<hr>
|
||||
|
||||
<input id="new_ip" placeholder="IP">
|
||||
<input id="new_type" placeholder="type">
|
||||
<input id="new_comment" placeholder="comment">
|
||||
<input id="new_type" placeholder="public / private">
|
||||
<input id="new_comment" placeholder="Beschreibung">
|
||||
|
||||
<button onclick="saveIP()">Add</button>
|
||||
|
||||
@@ -233,6 +236,20 @@ Domains jährlich: <span id="costDomain">0</span> €<br>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="ipForm">
|
||||
<input id="new_ip" placeholder="IP">
|
||||
<input id="new_type" placeholder="public / private">
|
||||
<input id="new_comment" placeholder="Beschreibung">
|
||||
|
||||
|
||||
<button id="ipSaveBtn" onclick="saveIP()">Add</button>
|
||||
<button id="ipCancelBtn" onclick="cancelIPEdit()" style="display:none">
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="domainModal" class="modal">
|
||||
|
||||
<h3 id="domainModalTitle">Domain</h3>
|
||||
|
||||
Reference in New Issue
Block a user