mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
remove sync diabled tip
This commit is contained in:
parent
f33ba4d47a
commit
80c17f608f
@ -12,7 +12,7 @@ angular.module('omega').controller 'SwitchProfileCtrl', ($scope, $rootScope,
|
|||||||
|
|
||||||
eol = '\r\n'
|
eol = '\r\n'
|
||||||
info = '\n'
|
info = '\n'
|
||||||
info += '; Require: SwitchyOmega >= 2.3.2' + eol
|
info += '; Require: ZeroOmega >= 2.3.2' + eol
|
||||||
info += "; Date: #{new Date().toLocaleDateString()}" + eol
|
info += "; Date: #{new Date().toLocaleDateString()}" + eol
|
||||||
info += "; Usage: #{trFilter('ruleList_usageUrl')}" + eol
|
info += "; Usage: #{trFilter('ruleList_usageUrl')}" + eol
|
||||||
|
|
||||||
|
@ -27,13 +27,4 @@
|
|||||||
x-spectrum-colorpicker(ng-model='profile.color' options='spectrumOptions'
|
x-spectrum-colorpicker(ng-model='profile.color' options='spectrumOptions'
|
||||||
ng-if='profile.profileType != "VirtualProfile"')
|
ng-if='profile.profileType != "VirtualProfile"')
|
||||||
h2.profile-name {{'options_profileTabPrefix' | tr}}{{profile.name}}
|
h2.profile-name {{'options_profileTabPrefix' | tr}}{{profile.name}}
|
||||||
section.settings-group(ng-show='profile.syncOptions == "disabled"')
|
|
||||||
p.alert.alert-info.width-limit(ng-show='!profile.syncError')
|
|
||||||
span.glyphicon.glyphicon-info-sign
|
|
||||||
= ' '
|
|
||||||
| {{'Syncing is disabled for this profile.'}}
|
|
||||||
p.alert.alert-danger.width-limit(ng-show='!!profile.syncError')
|
|
||||||
span.glyphicon.glyphicon-remove
|
|
||||||
= ' '
|
|
||||||
| {{('options_profileSyncDisabled_' + profile.syncError.reason) | tr}}
|
|
||||||
div(ng-include='profileTemplate')
|
div(ng-include='profileTemplate')
|
||||||
|
Loading…
Reference in New Issue
Block a user