app/views/callback/show.volt: remove index number from list headers.
This commit is contained in:
parent
28215d0303
commit
8778f64d96
2 changed files with 1 additions and 10 deletions
|
|
@ -35,14 +35,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-index {
|
||||
display: inline-block;
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
&-uri {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
&-size {
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@
|
|||
data-toggle="collapse" data-parent="#request-log"
|
||||
aria-expanded="true" aria-controls="request{{ index }}">
|
||||
|
||||
<span class="request-list-item-header-index">
|
||||
#{{ index + 1 }}
|
||||
</span>
|
||||
|
||||
<span class="request-list-item-header-uri">
|
||||
{{ icon('android-locate') }} {{ req.getUri() }}
|
||||
</span>
|
||||
|
|
|
|||
Reference in a new issue