mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Option to set every minute refresh rate.
This commit is contained in:
parent
252ae7455a
commit
574f75b293
@ -172,6 +172,7 @@
|
||||
|
||||
$scope.refreshOptions = [
|
||||
{value: -1, name: 'No Refresh'},
|
||||
{value: 60, name: 'Every minute'},
|
||||
]
|
||||
|
||||
_.each(_.range(1, 13), function(i) {
|
||||
|
Loading…
Reference in New Issue
Block a user