testapp: update button IDs for delete all rooms and recordings for consistency
This commit is contained in:
parent
8113b0c986
commit
eb9de7e9de
@ -27,7 +27,7 @@
|
|||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="btn btn-danger btn-sm"
|
class="btn btn-danger btn-sm"
|
||||||
id="delete-all-rooms"
|
id="delete-all-rooms-btn"
|
||||||
>
|
>
|
||||||
Delete All Rooms
|
Delete All Rooms
|
||||||
</button>
|
</button>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
class="btn btn-danger btn-sm"
|
class="btn btn-danger btn-sm"
|
||||||
id="delete-all-rooms"
|
id="delete-all-recordings-btn"
|
||||||
>
|
>
|
||||||
Delete All Recordings
|
Delete All Recordings
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user