mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
fix for missing i18n in service template
This commit is contained in:
parent
1c473c151f
commit
8a7e3bda36
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<td class="data-dotted" width="150">
|
<td class="data-dotted" width="150">
|
||||||
<table class="data-col1">
|
<table class="data-col1">
|
||||||
<tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr>
|
<tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr>
|
||||||
<tr><td class="data-active"><b><?php echo 'running' ?></b></td></tr>
|
<tr><td class="data-active"><b><?php print __('running') ?></b></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td class="data-dotted" width="830px">
|
<td class="data-dotted" width="830px">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue