Revize 098bf0ae
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/index.html | ||
---|---|---|
14 | 14 |
<table class="table table-striped table-hover text-center"> |
15 | 15 |
<thead class="thead-dark"> |
16 | 16 |
<tr> |
17 |
<th scope="col" rowspan="2">Common name</th> |
|
18 |
<th scope="col" colspan="2">Validity</th> |
|
19 |
<th scope="col" rowspan="2">Usage</th> |
|
20 |
<th scope="col" rowspan="2">Certificate</th> |
|
21 |
<th scope="col" rowspan="2">Trust chain</th> |
|
22 |
<th scope="col" rowspan="2">Chain root</th> |
|
17 |
<th class="align-middle" scope="col" rowspan="2">Common name</th>
|
|
18 |
<th class="align-middle" scope="col" colspan="2">Validity</th>
|
|
19 |
<th class="align-middle" scope="col" rowspan="2">Usage</th>
|
|
20 |
<th class="align-middle" scope="col" rowspan="2">Certificate</th>
|
|
21 |
<th class="align-middle" scope="col" rowspan="2">Trust chain</th>
|
|
22 |
<th class="align-middle" scope="col" rowspan="2">Chain root</th>
|
|
23 | 23 |
</tr> |
24 | 24 |
<tr> |
25 | 25 |
<th scope="col">Start</th> |
Také k dispozici: Unified diff
Re #8474 - Fixed index.html table header alignment