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 = "-";
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="tab-pane fade" id="pills-general">
|
||||
<div class="form-group">
|
||||
<label for="contacts">Contacts</label>
|
||||
|
|
@ -144,6 +143,9 @@
|
|||
?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- TODO: Services related to other services & certificates -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue