. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 52.223.31.75 / Your IP : 172.31.32.98 [ Web Server : Apache/2.4.66 () OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux ip-172-31-14-81.eu-central-1.compute.internal 4.14.281-212.502.amzn2.x86_64 #1 SMP Thu May 26 09:52:17 UTC 2022 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE Domains : 4 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/ripara.co/admin/views/ |
Upload File : |
<div class="container" data-ng-controller="configurazioneCtrl as cctrl">
<!-- Form Inserimento Nuovo Gruppo -->
<div class="block-header">
<h2>Configurazione del sistema</h2><br>
<h2>Configurazione Grafico Dashboard<small>Le informazioni saranno aggregate ogni giro di chrone.</small></h2>
<div class="card">
<!--
<div class="card-header">
<h2>Basic Example <small>Individual form controls automatically receive some global styling. All textual 'input', 'textarea', and 'select' elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.</small></h2>
</div>
-->
<div class="card-body card-padding">
<form role="form">
<div class="row" ng-hide="true">
Release Cause uguali a:
<div class="pmbb-view" data-ng-if="sctrl.editSummary === 0">
<span ng-repeat="tag in graficoRC"><span style="">#</span>{{tag.text}} </span>
</div>
<tags-input ng-model="graficoRC"></tags-input>
</div>
<div class="row">
CALLEDNO uguali a:
<div class="pmbb-view" data-ng-if="sctrl.editSummary === 0">
<span ng-repeat="tag in graficoCN"><span style="">#</span>{{tag.text}} </span>
</div>
<tags-input ng-model="graficoCN"></tags-input>
</div>
<div class="row" ng-hide="true">
Release Cause da Escludere:
<div class="pmbb-view" data-ng-if="sctrl.editSummary === 0">
<span ng-repeat="tag in graficoRCnot"><span style="">#</span>{{tag.text}} </span>
</div>
<tags-input ng-model="graficoRCnot"></tags-input>
</div>
<div class="row">
CALLEDNO diversi da:
<div class="pmbb-view" data-ng-if="sctrl.editSummary === 0">
<span ng-repeat="tag in graficoCNnot"><span style="">#</span>{{tag.text}} </span>
</div>
<tags-input ng-model="graficoCNnot"></tags-input>
</div>
<button type="submit" ng-click="cctrl.submitgrafico()" class="btn btn-primary btn-sm m-t-10">Salva</button>
</form>
</div>
</div>
</div>
<div class="block-header">
<h2>Configurazione Schede Lavorazione<small>In questa sezione puoi definire gli standard per le schede lavorazione.</small></h2>
<div class="card">
<!--
<div class="card-header">
<h2>Basic Example <small>Individual form controls automatically receive some global styling. All textual 'input', 'textarea', and 'select' elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.</small></h2>
</div>
-->
<div class="card-body card-padding">
<form role="form">
<div class="row">
<div class="pmbb-view" data-ng-if="sctrl.editSummary === 0">
<span ng-repeat="tag in campiObbligatori"><span style="">#</span>{{tag.text}} </span>
</div>
<tags-input ng-model="campiObbligatori"></tags-input>
</div>
<button type="submit" ng-click="cctrl.submitcampiObbligatori()" class="btn btn-primary btn-sm m-t-10">Salva</button>
</form>
</div>
</div>
</div>
<div class="block-header">
<h2>Configurazione alias Tabelle<small>In questa sezione puoi definire gli alias delle colonne UAP e CTI.</small></h2>
<div class="card">
<!--
<div class="card-header">
<h2>Basic Example <small>Individual form controls automatically receive some global styling. All textual 'input', 'textarea', and 'select' elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.</small></h2>
</div>
-->
<div class="card-body card-padding">
<form role="form">
<div class="row" ng-repeat="tl in aliasTabelle">
<div class="col-xs-2">
<div class="select">
<label for="tipo">Tipologia</label>
<select class="form-control" id="tipo" ng-model="tl.tipo" required>
<option>UAP</option>
<option>CTI</option>
</select>
</div>
</div>
<div class="col-xs-3">
<div class="select">
<label for="campo">Campo da verificare</label>
<div ng-if="tl.tipo == 'UAP'">
<select class="form-control" ng-model="tl.chiave" id="campo" required>
<option ng-repeat="k in campiUAP" value="{{k}}" ng-hide="$first"> {{k}} </option>
</select>
</div>
<div ng-if="tl.tipo != 'UAP'">
<select class="form-control" ng-model="tl.chiave" id="campo" required>
<option ng-repeat="k in campiCTI" value="{{k}}" ng-hide="$first"> {{k}} </option>
</select>
</div>
</div>
</div>
<div class="col-xs-3">
<label for="valore">Valore</label>
<div class="form-control fg-line">
<input type="text" class="form-control input-sm" ng-model="tl.valore" id="valore" style="border-bottom:0px;" placeholder="Inserire il valore">
</div>
</div>
<div class="col-xs-2">
<br>
<div class="form-group fg-line">
<button type="button" style="font-weight: bold;" ng-click="cctrl.rimuoviAliasTabelle(tl)" class="btn btn-primary waves-effect">-</button>
<button type="button" style="background: green;" ng-click="cctrl.aggiungiAliasTabelle()" class="btn btn-primary waves-effect">+</button>
</div>
</div>
</div>
<button type="submit" ng-click="cctrl.submitAliasTabelle()" class="btn btn-primary btn-sm m-t-10">Salva</button>
</form>
</div>
</div>
</div>
<div class="block-header">
<h2>Configurazione alias Release Cause<small>In questa sezione puoi definire gli alias per le Realese Cause.</small></h2>
<div class="card">
<!--
<div class="card-header">
<h2>Basic Example <small>Individual form controls automatically receive some global styling. All textual 'input', 'textarea', and 'select' elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.</small></h2>
</div>
-->
<div class="card-body card-padding">
<form role="form">
<div class="row" ng-repeat="ak in codici">
<div class="col-xs-5">
<label for="chiavecodice">Codice</label>
<div class="form-control fg-line">
<input type="text" class="form-control input-sm" ng-model="ak.chiave" id="chiavecodice" style="border-bottom:0px;" placeholder="Inserire il valore">
</div>
</div>
<div class="col-xs-5">
<label for="valorecodice">Definizione Allarme</label>
<div class="form-control fg-line">
<input type="text" class="form-control input-sm" ng-model="ak.valore" id="valorecodice" style="border-bottom:0px;" placeholder="Inserire il valore">
</div>
</div>
<div class="col-xs-2">
<br>
<div class="form-group fg-line">
<button type="button" style="font-weight: bold;" ng-click="cctrl.rimuovialiasRC(ak)" class="btn btn-primary waves-effect">-</button>
<button type="button" style="background: green;" ng-click="cctrl.aggiungialiasRC()" class="btn btn-primary waves-effect">+</button>
</div>
</div>
</div>
<button type="submit" ng-click="cctrl.submitaliasRC()" class="btn btn-primary btn-sm m-t-10">Salva</button>
</form>
</div>
</div>
</div>
</div>