mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-06 07:01:28 +08:00
feat(docker): 配置同步+性格注入+Gateway认证
This commit is contained in:
@@ -143,6 +143,14 @@
|
||||
color: var(--text-tertiary);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.instance-badge.docker {
|
||||
background: rgba(231,76,60,.1);
|
||||
color: #e74c3c;
|
||||
}
|
||||
.instance-badge.remote {
|
||||
background: rgba(6,182,212,.1);
|
||||
color: #06b6d4;
|
||||
}
|
||||
.instance-divider {
|
||||
height: 1px;
|
||||
background: var(--border-secondary);
|
||||
|
||||
Reference in New Issue
Block a user