delete server button
This commit is contained in:
parent
a0a1435478
commit
c6810a5082
@ -14,7 +14,6 @@
|
||||
<div class="d-flex flex-nowrap h-100 border-start border-end">
|
||||
<div class="d-flex flex-column bg-body-tertiary py-3 border-end" style="width: 4.5rem">
|
||||
<ul id="serverList" class="nav nav-pills nav-flush flex-column mb-auto text-center">
|
||||
<!-- <li class="nav-item"><hr class="my-3"></li> -->
|
||||
<li class="nav-item">
|
||||
<button type="button" id="newServerBtn" class="btn btn-outline-primary rounded-1 mt-1" style="width: 46px; height: 46px;">
|
||||
<i class="bi bi-plus-lg fs-5"></i>
|
||||
@ -29,11 +28,16 @@
|
||||
<div id="selectedServerContainer" class="row" style="display: none;">
|
||||
<div class="col-12 bg-body-tertiary border-bottom">
|
||||
<div class="px-3 py-4 d-flex justify-content-start align-items-center">
|
||||
<img src="..." alt="Selected Server Icon" class="rounded-3 selected-server-icon">
|
||||
<img src="" alt="Selected Server Icon" class="rounded-3 selected-server-icon">
|
||||
<div class="ms-3" style="min-width: 0">
|
||||
<h3 class="mb-0 selected-server-name text-truncate"></h3>
|
||||
<h5 class="mb-0 selected-server-id text-truncate text-body-secondary"></h5>
|
||||
</div>
|
||||
<div class="ms-auto">
|
||||
<button type="button" id="deleteSelectedServerBtn" class="btn btn-outline-danger rounded-1">
|
||||
<i class="bi bi-trash3"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user