Skip to content

Commit c4674d5

Browse files
authored
Merge pull request #101 from JEALG/beta
Suppression onglet Notification
2 parents e57983a + 9d8dfe6 commit c4674d5

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

desktop/php/mobile.php

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<ul class="nav nav-tabs" role="tablist">
167167
<li role="presentation"><a class="eqLogicAction cursor" aria-controls="home" role="tab" data-action="returnToThumbnailDisplay"><i class="fas fa-arrow-circle-left"></i></a></li>
168168
<li role="presentation" class="active"><a href="#eqlogictabin" aria-controls="home" role="tab" data-toggle="tab"><i class="fas fa-tachometer-alt"></i> {{Mobile}}</a></li>
169-
<li role="presentation"><a href="#notificationtab" aria-controls="profile" role="tab" data-toggle="tab"><i class="fas fa-mobile-alt"></i> {{Notifications}}</a></li>
170169
<li role="presentation" class="saveTab"><a href="#sauvegardetab" aria-controls="sauvegarde" role="tab" data-toggle="tab"><i class="fas fa-check-circle"></i> {{Sauvegarde Mobile}}</a></li>
171170
<li role="presentation"><a href="#commandtab" aria-controls="profile" role="tab" data-toggle="tab"><i class="fas fa-list"></i> {{Commandes}}</a></li>
172171
</ul>
@@ -251,38 +250,37 @@
251250
<center>
252251
<div class="qrCodeImg"></div>
253252
</center>
254-
</div>
255-
</fieldset>
256-
</form>
257-
</div>
258-
<div role="tabpanel" class="tab-pane" id="notificationtab">
259-
<form class="form-horizontal">
260-
<fieldset>
261-
<div class="col-lg-6">
262253
<legend><i class="fas fa-mobile-alt"></i> {{Notifications}}</legend>
263254
<div class="form-group">
264-
<label class="col-sm-4 control-label">{{Id Mobile}}</label>
255+
<label class="col-sm-3 control-label">{{Id Mobile}}
256+
<sup><i class="fas fa-question-circle" title="{{Id Mobile}}"></i></sup>
257+
</label>
265258
<div class="col-sm-8">
266-
<input type="text" class="eqLogicAttr form-control" data-l1key="logicalId" placeholder="{{Iq}}" disabled />
259+
<span type="text" class="eqLogicAttr label label-primary" data-l1key="logicalId" placeholder="{{Iq}}"></span>
267260
</div>
268261
</div>
269-
<div class="form-group monitoringToDisable">
270-
<label class="col-sm-4 control-label">{{ARN Mobile}}</label>
262+
<div class="form-group">
263+
<label class="col-sm-3 control-label">{{TOKEN Mobile}}
264+
<sup><i class="fas fa-question-circle" title="{{TOKEN Mobile}}"></i></sup>
265+
</label>
271266
<div class="col-sm-8">
272-
<input type="text" id="arnComplet" class="eqLogicAttr form-control" data-l1key="configuration" data-l2key="notificationArn" placeholder="{{ARN}}" disabled />
267+
<span type="text" id="arnComplet" class="eqLogicAttr label label-primary" data-l1key="configuration" data-l2key="notificationRegistrationToken" placeholder="{{TOKEN}}"></span>
273268
</div>
274269
</div>
275-
<div class="form-group">
276-
<label class="col-sm-4 control-label">{{TOKEN Mobile}}</label>
270+
<div class="form-group monitoringToDisable">
271+
<label class="col-sm-3 control-label">{{ARN Mobile}}
272+
<sup><i class="fas fa-question-circle" title="{{ARN Mobile}}"></i></sup>
273+
</label>
277274
<div class="col-sm-8">
278-
<input type="text" id="arnComplet" class="eqLogicAttr form-control" data-l1key="configuration" data-l2key="notificationRegistrationToken" placeholder="{{TOKEN}}" disabled />
275+
<span type="text" id="arnComplet" class="eqLogicAttr label label-primary" data-l1key="configuration" data-l2key="notificationArn" placeholder="{{ARN}}"></span>
279276
</div>
280277
</div>
281278
<div class="form-group monitoringToDisable">
282-
<label class="col-sm-4 control-label">{{ARN pour Monitoring}}</label>
279+
<label class="col-sm-3 control-label">{{ARN pour Monitoring}}
280+
<sup><i class="fas fa-question-circle" title="{{ARN pour Monitoring}}"></i></sup>
281+
</label>
283282
<div class="col-sm-8">
284-
<input type="text" id="to-copy-monitoring" class="eqLogicAttr form-control" placeholder="{{ARN pour Monitoring}}" disabled />
285-
<button class="btn btn-info eqLogicAction pull-right" id="copy-monitoring" type="button">{{Copier pour Monitoring}}</button>
283+
<span type="text" id="to-copy-monitoring" class="eqLogicAttr label label-primary" placeholder="{{ARN pour Monitoring}}"></span>
286284
</div>
287285
</div>
288286
</div>

docs/fr_FR/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
>
55
> Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte
66
7+
# 20/08/2024
8+
Déplacement des infos notifications dans l'onglet "Mobile"
9+
710

811
# 04/08/2024
912
Prise en compte retention des notifications pour suppression des images

0 commit comments

Comments
 (0)