Skip to content

Commit

Permalink
🐛 #8 label em in milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Oct 10, 2023
1 parent f0606a3 commit 17acd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/admin/app/control/maindatabase/view/ConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function __construct( $param )

$row4 = $this->form->addFields([new TLabel("Logo file:", null, '14px', null)],[$logo_file],[new TLabel("Show clock:", '#FF0000', '14px', null, '100%')],[$show_clock]);
$row5 = $this->form->addContent([new TFormSeparator("Geral", '#333', '18', '#eee')]);
$row6 = $this->form->addFields([new TLabel("Full Screen:", '#ff0000', '14px', null, '100%'),$fullscreen],[new TLabel("Show info:", '#FF0000', '14px', null, '100%'),$show_info],[new TLabel("Data interval:", '#ff0000', '14px', null, '100%'),$interval]);
$row6 = $this->form->addFields([new TLabel("Full Screen:", '#ff0000', '14px', null, '100%'),$fullscreen],[new TLabel("Show info:", '#FF0000', '14px', null, '100%'),$show_info],[new TLabel("Data interval (in milliseconds):", '#ff0000', '14px', null, '100%'),$interval]);
$row6->layout = ['col-sm-3',' col-sm-3',' col-sm-6'];


Expand Down

0 comments on commit 17acd3c

Please sign in to comment.