Subdomain Anzeige mit Ips
This commit is contained in:
@@ -299,9 +299,32 @@ Domains jährlich: <span id="costDomain">0</span> €<br>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="subdomainModal" class="modal">
|
||||
|
||||
<h3>Subdomain erstellen</h3>
|
||||
|
||||
<input type="hidden" id="sub_domain_id">
|
||||
|
||||
<label>Subdomain</label>
|
||||
<input id="sub_name">
|
||||
|
||||
<label>IP Adresse</label>
|
||||
<input id="sub_ip">
|
||||
|
||||
<br><br>
|
||||
|
||||
<button onclick="saveSubdomain()">Save</button>
|
||||
<button onclick="closeSubModal()">Cancel</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="js/api.js"></script>
|
||||
<script src="js/ui.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user