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
|
||||
type="submit"
|
||||
class="btn btn-danger btn-sm"
|
||||
id="delete-all-rooms"
|
||||
id="delete-all-rooms-btn"
|
||||
>
|
||||
Delete All Rooms
|
||||
</button>
|
||||
@ -38,7 +38,7 @@
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-danger btn-sm"
|
||||
id="delete-all-rooms"
|
||||
id="delete-all-recordings-btn"
|
||||
>
|
||||
Delete All Recordings
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user