restrict width of header info box (DMR Options)

master
Dominic Reich 4 years ago
parent c418a51729
commit b75baf36e2
No known key found for this signature in database
GPG Key ID: 2664FE98B15DDE4F

@ -23,7 +23,7 @@
<body>
<div class="container">
<div class="header">
<div style="font-size: 0.9em; text-align: left; padding-left: 8px; float: left;">
<div style="font-size: 0.9em; text-align: left; padding-left: 8px; float: left; max-width: 65%">
Hostname: <?php echo trim(`hostname`); ?> (<?php echo trim(`hostname -I | cut -d' ' -f1`); ?>)<br />
<?php
$iniFile = MMDVM_INI;

Loading…
Cancel
Save