mirror of
https://github.com/jlengrand/spring-petclinic-kotlin.git
synced 2026-03-10 08:41:20 +00:00
update table id attribute in ownersList.html
"vets" to "owners"
Thanks to @choonghee-lee
See 11d0ed4358
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<h2>Owners</h2>
|
||||
|
||||
<table id="vets" class="table table-striped">
|
||||
<table id="owners" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 150px;">Name</th>
|
||||
|
||||
Reference in New Issue
Block a user