diff --git a/services/funcs/funcs-service.yaml b/services/funcs/funcs-service.yaml index ed406cc..8278fd9 100644 --- a/services/funcs/funcs-service.yaml +++ b/services/funcs/funcs-service.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: funcs - image: naeel/sless-funcs-service:v0.1.4 + image: naeel/sless-funcs-service:v0.1.5 ports: - containerPort: 8090 env: diff --git a/services/funcs/index.html b/services/funcs/index.html index 26586a2..3380631 100644 --- a/services/funcs/index.html +++ b/services/funcs/index.html @@ -487,6 +487,22 @@ transition: background 0.1s; } .create-fn-btn:hover { background: #2ea043; } + + /* Таймер Building */ + .fn-timer { + font-size: 0.72rem; + color: #d29922; + font-family: monospace; + margin-left: 2px; + flex-shrink: 0; + } + .badge-Building { + animation: pulse-bld 1.4s ease-in-out infinite; + } + @keyframes pulse-bld { + 0%, 100% { opacity: 1; } + 50% { opacity: 0.5; } + } @@ -543,6 +559,11 @@ +
+ + +
+