|
|
@@ -155,7 +155,7 @@ var MetastoreViewModel = (function () {
|
|
|
var prefix = '/hue/metastore/';
|
|
|
if (self.source() && self.source().namespace()) {
|
|
|
var params = {
|
|
|
- source: self.source().type
|
|
|
+ source_type: self.source().type
|
|
|
};
|
|
|
if (window.HAS_MULTI_CLUSTER) {
|
|
|
params.namespace = self.source().namespace().id
|
|
|
@@ -287,8 +287,8 @@ var MetastoreViewModel = (function () {
|
|
|
if (param.indexOf('namespace=') === 0) {
|
|
|
namespaceId = param.replace('namespace=', '');
|
|
|
}
|
|
|
- if (param.indexOf('source=') === 0) {
|
|
|
- sourceType = param.replace('source=', '');
|
|
|
+ if (param.indexOf('source_type=') === 0) {
|
|
|
+ sourceType = param.replace('source_type=', '');
|
|
|
}
|
|
|
});
|
|
|
}
|