Design changes

This commit is contained in:
Dimitar Byalkov
2022-04-08 20:55:29 +03:00
parent 9f3b3f88bb
commit c9777042c0
12 changed files with 36 additions and 64 deletions

View File

@@ -11,7 +11,7 @@
<a type="button" class="btn btn-primary" asp-action="Create">Add new car</a>
}
</p>
<table class="table">
<table class="table table-striped">
<thead>
<tr>
<th>
@@ -35,9 +35,12 @@
<th>
Daily price
</th>
<th>
Actions
</th>
@if (this.User.IsInRole("Admin"))
{
<th>
Actions
</th>
}
</tr>
</thead>
<tbody>