minor change
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<th>ODF Port</th>
|
||||
<th>Typ</th>
|
||||
<th>Gerät</th>
|
||||
<th>Ports</th>
|
||||
<th>Port</th>
|
||||
<th>Gepatched</th>
|
||||
</tr>
|
||||
<?php foreach($terminations as $term): ?>
|
||||
@@ -91,8 +91,7 @@
|
||||
<?=$term->workflowitems["ports"]->value->value_string?>
|
||||
</td>
|
||||
<td>
|
||||
<select name="lienwork_port" class="form-control">
|
||||
<option></option>
|
||||
<select name="linework_port" class="form-control">
|
||||
<?php foreach($term->getLineworkportPairs() as $ports): ?>
|
||||
<?php foreach($ports as $p): ?>
|
||||
<option value="<?=$p?>"><?=$p?></option>
|
||||
@@ -109,7 +108,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td><input type="text" class="form-control" name="device_name" value="" placeholder="Gerät" /></td>
|
||||
<td><input type="text" class="form-control" name="device_ports" value="" placeholder="Port" /></td>
|
||||
<td><input type="text" class="form-control" name="device_port" value="" placeholder="Port" /></td>
|
||||
<td><input type="checkbox" class="form-control" name="patched" value="1" /></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
@@ -5,7 +5,7 @@ class PatchingModel {
|
||||
public $linework_port = null;
|
||||
public $device_type = null;
|
||||
public $device_name = null;
|
||||
public $device_ports = null;
|
||||
public $device_port = null;
|
||||
public $patched = null;
|
||||
|
||||
public $create_by = null;
|
||||
|
||||
Reference in New Issue
Block a user