1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-30 22:35:29 +00:00

API-UI 1.1.5

https://github.com/rancher/rancher/issues/13732
This commit is contained in:
loganhz 2018-07-21 08:06:55 +08:00 committed by Denise
parent d985e01035
commit 2af274f953

View File

@ -12,8 +12,8 @@ var (
<!DOCTYPE html>
<!-- If you are reading this, there is a good chance you would prefer sending an
"Accept: application/json" header and receiving actual JSON responses. -->
<link rel="stylesheet" type="text/css" href="https://releases.rancher.com/api-ui/1.1.4/ui.min.css" />
<script src="https://releases.rancher.com/api-ui/1.1.4/ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://releases.rancher.com/api-ui/1.1.5/ui.min.css" />
<script src="https://releases.rancher.com/api-ui/1.1.5/ui.min.js"></script>
<script>
var user = "admin";
var curlUser='${CATTLE_ACCESS_KEY}:${CATTLE_SECRET_KEY}';