Merge "Fix typo in class name"
This commit is contained in:
commit
5ef4af7dd1
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% block template %}
|
{% block template %}
|
||||||
{% jstemplate %}
|
{% jstemplate %}
|
||||||
<table class="detaiInfoTable">
|
<table class="detailInfoTable">
|
||||||
<caption>[[name]]</caption>
|
<caption>[[name]]</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% block template %}
|
{% block template %}
|
||||||
{% jstemplate %}
|
{% jstemplate %}
|
||||||
<table class="detaiInfoTable">
|
<table class="detailInfoTable">
|
||||||
<caption>Interfaces</caption>
|
<caption>Interfaces</caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
[[#port]]
|
[[#port]]
|
||||||
|
@ -2158,7 +2158,7 @@ label.log-length {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
table.detaiInfoTable {
|
table.detailInfoTable {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
caption {
|
caption {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user