parent
732e7012ab
commit
ba15e23362
@ -598,7 +598,7 @@ class ConfigurationManagement extends React.Component {
|
||||
if (newVersion) {
|
||||
this.openUri('v1/cs/configs', {
|
||||
exportV2: 'true',
|
||||
tenant: '',
|
||||
tenant: getParams('namespace'),
|
||||
group: '',
|
||||
appName: '',
|
||||
ids: ids.join(','),
|
||||
@ -608,7 +608,7 @@ class ConfigurationManagement extends React.Component {
|
||||
} else {
|
||||
this.openUri('v1/cs/configs', {
|
||||
export: 'true',
|
||||
tenant: '',
|
||||
tenant: getParams('namespace'),
|
||||
group: '',
|
||||
appName: '',
|
||||
ids: ids.join(','),
|
||||
|
@ -35,7 +35,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
|
||||
<link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
|
||||
<!-- 第三方css结束 -->
|
||||
<link href="./css/main.css?c18229e4d79449526734" rel="stylesheet"></head>
|
||||
<link href="./css/main.css?19f7f9584ff44dd72eda" rel="stylesheet"></head>
|
||||
|
||||
<body>
|
||||
<div id="root" style="overflow:hidden"></div>
|
||||
@ -56,6 +56,6 @@
|
||||
<script src="console-ui/public/js/merge.js"></script>
|
||||
<script src="console-ui/public/js/loader.js"></script>
|
||||
<!-- 第三方js结束 -->
|
||||
<script type="text/javascript" src="./js/main.js?c18229e4d79449526734"></script></body>
|
||||
<script type="text/javascript" src="./js/main.js?19f7f9584ff44dd72eda"></script></body>
|
||||
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user