Minor UI improvement
This commit is contained in:
@@ -130,7 +130,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-danger" @click="removeCmd(globalPrepCmd, i)">
|
<button class="btn btn-danger me-2" @click="removeCmd(globalPrepCmd, i)">
|
||||||
<i class="fas fa-trash"></i>
|
<i class="fas fa-trash"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-success" @click="addCmd(globalPrepCmd, prepCmdTemplate)">
|
<button class="btn btn-success" @click="addCmd(globalPrepCmd, prepCmdTemplate)">
|
||||||
@@ -179,7 +179,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-danger" @click="removeCmd(serverCmd, i)">
|
<button class="btn btn-danger me-2" @click="removeCmd(serverCmd, i)">
|
||||||
<i class="fas fa-trash"></i>
|
<i class="fas fa-trash"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-success" @click="addCmd(serverCmd, serverCmdTemplate)">
|
<button class="btn btn-success" @click="addCmd(serverCmd, serverCmdTemplate)">
|
||||||
|
|||||||
Reference in New Issue
Block a user