1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-31 14:54:38 +00:00

api-ui 1.1.3

This commit is contained in:
Darren Shepherd 2017-12-28 08:47:34 -07:00
parent 45662fe756
commit 92df95cf7f

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.2/ui.min.css" />
<script src="https://releases.rancher.com/api-ui/1.1.2/ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://releases.rancher.com/api-ui/1.1.3/ui.min.css" />
<script src="https://releases.rancher.com/api-ui/1.1.3/ui.min.js"></script>
<script>
var user = "admin";
var curlUser='${CATTLE_ACCESS_KEY}:${CATTLE_SECRET_KEY}';