mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added tabs to client asset and vendor modals to reduce amount of inputs on a modal. Added more asset fields, more ui cleanups
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<tr>
|
||||
<th>Domain</th>
|
||||
<th>Registrar</th>
|
||||
<th>WebHost</th>
|
||||
<th>Expire</th>
|
||||
<th>Server</th>
|
||||
<th class="text-center">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -25,16 +25,15 @@
|
||||
$client_domain_id = $row['client_domain_id'];
|
||||
$client_domain_name = $row['client_domain_name'];
|
||||
$client_domain_registrar = $row['client_domain_registrar'];
|
||||
$client_domain_webhost = $row['client_domain_webhost'];
|
||||
$client_domain_expire = $row['client_domain_expire'];
|
||||
$client_domain_server = $row['client_domain_server'];
|
||||
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $client_domain_name; ?></td>
|
||||
<td><?php echo $client_domain_registrar; ?></td>
|
||||
<td><?php echo $client_domain_webhost; ?></td>
|
||||
<td><?php echo $client_domain_expire; ?></td>
|
||||
<td><?php echo $client_domain_server; ?></td>
|
||||
<td>
|
||||
<div class="dropdown dropleft text-center">
|
||||
<button class="btn btn-secondary btn-sm" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user