|
166 | 166 | <ul class="nav nav-tabs" role="tablist">
|
167 | 167 | <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>
|
168 | 168 | <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> |
170 | 169 | <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>
|
171 | 170 | <li role="presentation"><a href="#commandtab" aria-controls="profile" role="tab" data-toggle="tab"><i class="fas fa-list"></i> {{Commandes}}</a></li>
|
172 | 171 | </ul>
|
|
251 | 250 | <center>
|
252 | 251 | <div class="qrCodeImg"></div>
|
253 | 252 | </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"> |
262 | 253 | <legend><i class="fas fa-mobile-alt"></i> {{Notifications}}</legend>
|
263 | 254 | <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> |
265 | 258 | <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> |
267 | 260 | </div>
|
268 | 261 | </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> |
271 | 266 | <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> |
273 | 268 | </div>
|
274 | 269 | </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> |
277 | 274 | <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> |
279 | 276 | </div>
|
280 | 277 | </div>
|
281 | 278 | <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> |
283 | 282 | <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> |
286 | 284 | </div>
|
287 | 285 | </div>
|
288 | 286 | </div>
|
|
0 commit comments