profile_virtual.html 993 B

12345678910111213141516171819
  1. <div>
  2. <section class="settings-group">
  3. <h3>{{'options_group_virtualProfile' | tr}}</h3>
  4. <p class="help-block">{{'options_virtualProfileTargetHelp' | tr}}</p>
  5. <div class="form-group">
  6. <label>{{'options_virtualProfileTarget' | tr}}</label>
  7. <div omega-profile-select="options | profiles:profile" ng-model="profile.defaultProfileName" disp-name="dispNameFilter" style="display: inline-block;" options="options"></div>
  8. </div>
  9. </section>
  10. <section class="settings-group">
  11. <h3>{{'options_group_virtualProfileReplace' | tr}}</h3>
  12. <p omega-html="&quot;options_virtualProfileReplaceHelp&quot; | tr:[$profile(&quot;profileByName(profile.defaultProfileName)&quot;)]" class="help-block"></p>
  13. <div class="form-group">
  14. <button ng-click="replaceProfile(profile.defaultProfileName, profile.name)" class="btn btn-default"><span class="glyphicon glyphicon-search"></span> {{'options_virtualProfileReplace' | tr}}
  15. </button>
  16. </div>
  17. </section>
  18. </div>