mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Add every 14 days refresh option
This commit is contained in:
parent
837073144f
commit
31edf9cf80
@ -274,11 +274,15 @@
|
||||
});
|
||||
$scope.refreshOptions.push({
|
||||
value: String(7 * 24 * 3600),
|
||||
name: 'Once a week'
|
||||
name: 'Every 7 days'
|
||||
});
|
||||
$scope.refreshOptions.push({
|
||||
value: String(14 * 24 * 3600),
|
||||
name: 'Every 14 days'
|
||||
});
|
||||
$scope.refreshOptions.push({
|
||||
value: String(30 * 24 * 3600),
|
||||
name: 'Every 30d'
|
||||
name: 'Every 30 days'
|
||||
});
|
||||
|
||||
$scope.$watch('refreshType', function() {
|
||||
|
Loading…
Reference in New Issue
Block a user