feat: connect alpine api keys to admin api

This commit is contained in:
a.tolmachev
2026-03-30 01:36:42 +03:00
parent a489e651c2
commit 354d88618c
5 changed files with 190 additions and 144 deletions
+2 -1
View File
@@ -27,6 +27,7 @@
<script src="js/config.js"></script>
<script src="js/i18n.js"></script>
<script src="js/workspace.js"></script>
<script src="js/api.js"></script>
</head>
<body>
@@ -185,7 +186,7 @@
<div style="font-size:12.5px;font-weight:600;color:var(--text-primary);margin-bottom:4px;">
<span class="badge badge-scope">deploy</span>
</div>
<div style="font-size:12px;color:var(--text-muted);line-height:1.55;">Publish draft operations, rollback deployments, and manage traffic splits.</div>
<div style="font-size:12px;color:var(--text-muted);line-height:1.55;">Publish agents and operations and perform deploy-scoped platform actions.</div>
</div>
</div>
</div>