38 lines
951 B
HTML
38 lines
951 B
HTML
<div class="tab-ports">
|
|
<div class="help">
|
|
<p i18n="portsHelp"></p>
|
|
</div>
|
|
<table class="ports">
|
|
<thead>
|
|
<tr>
|
|
<td>Identifier</td>
|
|
<td>Scenario</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<div class="clear-both"></div>
|
|
<div class="buttons">
|
|
<a class="save" href="#" i18n="portsButtonSave"></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="tab-ports-templates">
|
|
<table class="ports">
|
|
<thead>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="portConfiguration">
|
|
<td class="identifierCell">
|
|
<p class="identifier"></p>
|
|
</td>
|
|
<td class="scenarioCell">
|
|
<select class="scenario">
|
|
<!-- list generated here -->
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div> |