mirror of https://github.com/itflow-org/itflow
Initial add service functionaliy complete
This commit is contained in:
parent
49d785259b
commit
d2da0545e1
|
|
@ -73,7 +73,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
||||||
$service_importance_display = "-";
|
$service_importance_display = "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-pane fade" id="pills-general">
|
<div class="tab-pane fade" id="pills-general">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="contacts">Contacts</label>
|
<label for="contacts">Contacts</label>
|
||||||
|
|
@ -144,6 +143,9 @@
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- TODO: Services related to other services & certificates -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue