mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
[explore] clarifying force-refresh message
This commit is contained in:
@@ -128,7 +128,7 @@ const px = function () {
|
||||
if (data !== undefined && data.is_cached) {
|
||||
cachedSelector
|
||||
.attr('title',
|
||||
'Served from data cached at ' + data.cached_dttm + '. Click to force-refresh')
|
||||
'Served from data cached at ' + data.cached_dttm + '. Click [Query] to force-refresh')
|
||||
.show()
|
||||
.tooltip('fixTitle');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user