-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect to druid datasource page when the user wants to add slice. A…
…lso, provide a link to the table page
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<script> | ||
var msg = "Click on a table link to create a Slice"; | ||
window.location = "/r/msg/?url={{ '/tablemodelview/list/' }}&msg=" + msg; | ||
var msg = "Click on a datasource link to create a Slice, " + | ||
"or click on a table link <a href='/tablemodelview/list/'>here</a> " + | ||
"to create a Slice for a table"; | ||
window.location = "/r/msg/?url={{ '/druiddatasourcemodelview/list/' }}&msg=" + msg; | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters