</div>
This commit is contained in:
parent
a61e452acd
commit
acb4bcde24
|
|
@ -53,10 +53,8 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<br>
|
<div class="containerindex">
|
||||||
<br>
|
<div class="grid">
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<h2>Service List</h2>
|
<h2>Service List</h2>
|
||||||
<button onclick="openPopup()">Add Service</button>
|
<button onclick="openPopup()">Add Service</button>
|
||||||
|
|
||||||
|
|
@ -125,6 +123,8 @@
|
||||||
<button onclick="saveService()">Save</button>
|
<button onclick="saveService()">Save</button>
|
||||||
<button onclick="closePopup()">Close</button>
|
<button onclick="closePopup()">Close</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function openPopup() {
|
function openPopup() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue