Sha256: a4add94ac7e3c5e9fd4bcca3344649e3db36aa9787f58bdd4ec79d7ff229ae66
Contents?: true
Size: 1.81 KB
Versions: 11
Compression:
Stored size: 1.81 KB
Contents
<span page-title>{{ 'New Environment' | translate }}</span> <section class="details-page" ng-cloak> <ol class="breadcrumb"> <li> <a ui-sref="environments" translate>Environments List</a> </li> <li class="active"> <a translate> New Environment </a> </li> </ol> <header> <h1 translate>New Environment</h1> </header> <div ng-show="priorEnvironment.successor && !loading"> <p translate>Lifecycle Environment "{{ priorEnvironment.name }}" exists within the middle of a path. New Lifecycle Environments can only be added to the end of a path.</p> </div> <div ng-show="!priorEnvironment.successor && !loading" class="row"> <p class="col-sm-12" translate>Adding Lifecycle Environment to the end of "{{ priorEnvironment.name }}"</p> <form name="environmentForm" class="col-sm-5" novalidate role="form"> <div bst-form-group label="{{ 'Name' | translate }}"> <input id="name" name="name" ng-model="environment.name" type="text" tabindex="1" autofocus required/> </div> <div bst-form-group label="{{ 'Label' | translate }}"> <input id="label" name="label" ng-model="environment.label" type="text" tabindex="2" required/> </div> <div bst-form-group label="{{ 'Description' | translate }}"> <textarea id="description" name="description" ng-model="environment.description" tabindex="3"> </textarea> </div> <div bst-form-buttons on-cancel="transitionTo('environments')" on-save="save(environment)" working="working"> </div> </form> </div> </section>
Version data entries
11 entries across 11 versions & 1 rubygems