Skip to content

Commit

Permalink
general adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvialf committed Jan 28, 2022
1 parent f445196 commit be17eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desktop/js/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function addCmdToTable(_cmd) {
tr += '</td>'
tr += '<td>'
tr += '<div class="input-group">'
tr += '<input class="cmdAttr form-control input-sm roundedLeft" data-l1key="name" placeholder="{{Nom}}">'
tr += '<input class="cmdAttr form-control input-sm roundedLeft" data-l1key="name" placeholder="{{Nom de la commande}}">'
tr += '<span class="input-group-btn"><a class="cmdAction btn btn-sm btn-default" data-l1key="chooseIcon" title="{{Choisir une icône}}"><i class="fas fa-icons"></i></a></span>'
tr += '<span class="cmdAttr input-group-addon roundedRight" data-l1key="display" data-l2key="icon" style="font-size:19px;padding:0 5px 0 0!important;"></span>'
tr += '</div>'
Expand Down
6 changes: 3 additions & 3 deletions desktop/php/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<!-- La fonction cron de la classe du plugin doit contenir le code prévu pour que ce champ soit fonctionnel -->
<div class="form-group">
<label class="col-sm-4 control-label">{{Auto-actualisation}}
<sup><i class="fas fa-question-circle tooltips" title="{{Fréquence de rafraîchissement de l'équipement}}"></i></sup>
<sup><i class="fas fa-question-circle tooltips" title="{{Fréquence de rafraîchissement des commandes infos de l'équipement}}"></i></sup>
</label>
<div class="col-sm-6">
<div class="input-group">
Expand Down Expand Up @@ -186,9 +186,9 @@
<thead>
<tr>
<th class="hidden-xs" style="min-width:50px;width:70px;">ID</th>
<th style="min-width:200px;width:300px;">{{Nom}}</th>
<th style="min-width:200px;width:350px;">{{Nom}}</th>
<th>{{Type}}</th>
<th style="min-width:260px;width:310px;">{{Options}}</th>
<th style="min-width:260px;">{{Options}}</th>
<th style="min-width:80px;width:200px;">{{Actions}}</th>
</tr>
</thead>
Expand Down

0 comments on commit be17eec

Please sign in to comment.