mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: new 'backup_frequency' site setting
This commit is contained in:
parent
9156d6cd9d
commit
15418f3d44
12 changed files with 48 additions and 60 deletions
|
@ -1,5 +1,5 @@
|
|||
export default Ember.ObjectController.extend({
|
||||
noOperationIsRunning: Em.computed.not("isOperationRunning"),
|
||||
rollbackEnabled: Em.computed.and("canRollback", "restoreEnabled", "noOperationIsRunning"),
|
||||
noOperationIsRunning: Em.computed.not("model.isOperationRunning"),
|
||||
rollbackEnabled: Em.computed.and("model.canRollback", "model.restoreEnabled", "noOperationIsRunning"),
|
||||
rollbackDisabled: Em.computed.not("rollbackEnabled")
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue