Fix typo in class name
Change "detaiInfoTable" to "detailInfoTable". Change-Id: Ib738ce1aab3f6d6b96ba1bf470a7168dfac7e591 Closes-Bug: #1265008
This commit is contained in:
parent
efc88d4078
commit
65b3a9b447
@ -5,7 +5,7 @@
|
||||
|
||||
{% block template %}
|
||||
{% jstemplate %}
|
||||
<table class="detaiInfoTable">
|
||||
<table class="detailInfoTable">
|
||||
<caption>[[name]]</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
{% block template %}
|
||||
{% jstemplate %}
|
||||
<table class="detaiInfoTable">
|
||||
<table class="detailInfoTable">
|
||||
<caption>Interfaces</caption>
|
||||
<tbody>
|
||||
[[#port]]
|
||||
|
@ -2135,7 +2135,7 @@ label.log-length {
|
||||
}
|
||||
}
|
||||
}
|
||||
table.detaiInfoTable {
|
||||
table.detailInfoTable {
|
||||
margin-bottom: 5px;
|
||||
caption {
|
||||
text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user