Skip to content

Commit

Permalink
Do not wrap partition names in system card on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed Feb 20, 2024
1 parent 512e3c8 commit 431b007
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/View/system/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 149,7 @@ static function DisplayDashboardExtras()
</tr>
</table>
</td>
<td class="part" style="width: 100px;">/</td>
<td class="part" style="width: 100px;" nowrap>/</td>
</tr>
</table>
</a>
Expand All @@ -168,7 168,7 @@ static function DisplayDashboardExtras()
</tr>
</table>
</td>
<td class="part" style="width: 100px;">/tmp</td>
<td class="part" style="width: 100px;" nowrap>/tmp</td>
</tr>
</table>
</a>
Expand All @@ -187,7 187,7 @@ static function DisplayDashboardExtras()
</tr>
</table>
</td>
<td class="part" style="width: 100px;">/usr</td>
<td class="part" style="width: 100px;" nowrap>/usr</td>
</tr>
</table>
</a>
Expand All @@ -206,7 206,7 @@ static function DisplayDashboardExtras()
</tr>
</table>
</td>
<td class="part" style="width: 100px;">/var</td>
<td class="part" style="width: 100px;" nowrap>/var</td>
</tr>
</table>
</a>
Expand All @@ -228,7 228,7 @@ static function DisplayDashboardExtras()
</tr>
</table>
</td>
<td class="part" style="width: 100px;">/var/log</td>
<td class="part" style="width: 100px;" nowrap>/var/log</td>
</tr>
</table>
</a>
Expand Down

0 comments on commit 431b007

Please sign in to comment.