You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2020/04/08 18:31:04 UTC

[druid] branch master updated: add new text to lookup action dialog (#9643)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b2b9ef  add new text to lookup action dialog (#9643)
2b2b9ef is described below

commit 2b2b9efcd7918007b50340c8987821ebb06a6500
Author: mcbrewster <37...@users.noreply.github.com>
AuthorDate: Wed Apr 8 12:30:47 2020 -0600

    add new text to lookup action dialog (#9643)
---
 .../src/components/lookup-values-table/lookup-values-table.tsx      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/web-console/src/components/lookup-values-table/lookup-values-table.tsx b/web-console/src/components/lookup-values-table/lookup-values-table.tsx
index dddd91e..96798f4 100644
--- a/web-console/src/components/lookup-values-table/lookup-values-table.tsx
+++ b/web-console/src/components/lookup-values-table/lookup-values-table.tsx
@@ -90,7 +90,11 @@ export class LookupValuesTable extends React.PureComponent<
             accessor: 'v',
           },
         ]}
-        noDataText={error ? error : 'No data found'}
+        noDataText={
+          error
+            ? error
+            : 'Lookup data not found. If this is a new lookup it might not have propagated yet.'
+        }
       />
     );
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org