Sha256: df236dee11ccbe64026460f2b2ac7465472e894667556b58b94857a6abe72969

Contents?: true

Size: 1.71 KB

Versions: 10

Compression:

Stored size: 1.71 KB

Contents

<!-- Autostop App Modal-->
<div>
  <script type="text/ng-template" id="internal-autostop-modal.html">
    <div style="margin-top:0;" class="autostop-app-modal">
      <!-- Modal Header -->
      <div class="modal-header">
        <h3>
          {{autostopModal.title}}
        </h3>
      </div>

      <!-- Modal Body -->
      <div class="modal-body">
        <div class="alert alert-error" ng-show="autostopModal.errors">
          <button class="close" ng-click="autostopModal.errors=''">×</button>
          <ul>
            <li ng-repeat="error in autostopModal.errors">{{error}}</li>
          </ul>
        </div>
        <br/>
        <h4 class="align-center">Please offline my app if idle for more than:</h4>
        <br/>
        <table class="table table-bordered table-duration">
          <tr>
            <td ng-repeat="duration in autostopModal.availableDurations()" class="seletable" ng-class="autostopModal.classFor(duration)" ng-click="autostopModal.select(duration)">
              {{duration}}
            </td>
            <td class="type"><b>hours</b></td>
          </tr>
        </table>
        <p class="align-center" ng-bind-html="autostopModal.text()"></p>
      </div>

      <!-- Modal Footer -->
      <div class="modal-footer">
        <button class="btn btn-whited" ng-click="autostopModal.close()" ng-show="!autostopModal.inProgress">Leave default (1h)</button>
        <button class="btn btn-warning" ng-click="autostopModal.proceed()" ng-disabled="!autostopModal.proceedEnabled()" ng-show="!autostopModal.inProgress">Change</button>
        <img ng-src="{{assetPath['mno_enterprise/loader-32x32-bg-inverse.gif']}}" ng-show="autostopModal.inProgress" alt="Loading"/>
      </div>
    </div>
  </script>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.8 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.7 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.6 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.5 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.4 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.3 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.2 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.1 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html
mno-enterprise-frontend-2.0.0 app/assets/templates/mno_enterprise/maestrano-components/autostop_app.html