mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Typo in helium ctrl
This commit is contained in:
parent
d6877e7924
commit
30f7d7e066
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ export default function HeliumCtrl ($scope, $rootScope, $sce,
|
|||
|
||||
const getHeliumTypeText = function (type) {
|
||||
if (type === HeliumType.VISUALIZATION) {
|
||||
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_nvisualization.html">${type}</a>` // eslint-disable-line max-len
|
||||
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_visualization.html">${type}</a>` // eslint-disable-line max-len
|
||||
} else if (type === HeliumType.SPELL) {
|
||||
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_spell.html">${type}</a>` // eslint-disable-line max-len
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue