2014-10-27 09:16:57 -04:00
|
|
|
div
|
2014-10-25 11:41:39 -04:00
|
|
|
section.settings-group
|
|
|
|
h3 {{'options_group_virtualProfile' | tr}}
|
|
|
|
p.help-block
|
|
|
|
| {{'options_virtualProfileTargetHelp' | tr}}
|
|
|
|
.form-group
|
|
|
|
label {{'options_virtualProfileTarget' | tr}}
|
|
|
|
= ' '
|
|
|
|
div(omega-profile-select='options | profiles:profile' ng-model='profile.defaultProfileName'
|
2014-10-27 10:42:23 -04:00
|
|
|
disp-name='dispNameFilter' style='display: inline-block;' options='options')
|
2014-10-27 09:16:57 -04:00
|
|
|
section.settings-group
|
|
|
|
h3 {{'options_group_virtualProfileReplace' | tr}}
|
|
|
|
p.help-block(omega-html='"options_virtualProfileReplaceHelp" | tr:[$profile("profileByName(profile.defaultProfileName)")]')
|
|
|
|
.form-group
|
|
|
|
button.btn.btn-default(ng-click='replaceProfile(profile.defaultProfileName, profile.name)')
|
|
|
|
span.glyphicon.glyphicon-search
|
|
|
|
= ' '
|
|
|
|
| {{'options_virtualProfileReplace' | tr}}
|