mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-07 11:08:43 +00:00
Intranet: Fix word-breaking for mysqlinfo
This commit is contained in:
parent
3620276039
commit
52bcb7b104
@ -27,14 +27,14 @@
|
||||
<table class="table table-striped">
|
||||
<thead class="thead-inverse">
|
||||
<tr>
|
||||
<th>Variable</th>
|
||||
<th style="word-break: normal;">Variable</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach (getMySQLConfig() as $key => $val): ?>
|
||||
<tr>
|
||||
<td><?php echo $key;?></td>
|
||||
<td style="word-break: normal;"><?php echo $key;?></td>
|
||||
<td><?php echo $val;?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user