diff --git a/VERSION.txt b/VERSION.txt index e3b252f..8446589 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v2.0.12 +v2.0.13 diff --git a/deploy/VERSION.txt b/deploy/VERSION.txt index e3b252f..8446589 100644 --- a/deploy/VERSION.txt +++ b/deploy/VERSION.txt @@ -1 +1 @@ -v2.0.12 +v2.0.13 diff --git a/kustomize/configmap.yaml b/kustomize/configmap.yaml index b8fc182..f92258c 100644 --- a/kustomize/configmap.yaml +++ b/kustomize/configmap.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg data: # Основные настройки - LCG_VERSION: "v2.0.12" + LCG_VERSION: "v2.0.13" LCG_BASE_PATH: "/lcg" LCG_SERVER_HOST: "0.0.0.0" LCG_SERVER_PORT: "8080" diff --git a/kustomize/deployment.yaml b/kustomize/deployment.yaml index 05aafd6..0025020 100644 --- a/kustomize/deployment.yaml +++ b/kustomize/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg labels: app: lcg - version: v2.0.12 + version: v2.0.13 spec: replicas: 1 selector: @@ -18,7 +18,7 @@ spec: spec: containers: - name: lcg - image: kuznetcovay/lcg:v2.0.12 + image: kuznetcovay/lcg:v2.0.13 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 8796b8b..3caa22e 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -15,11 +15,11 @@ resources: # Common labels # commonLabels: # app: lcg -# version: v2.0.12 +# version: v2.0.13 # managed-by: kustomize # Images # images: # - name: lcg # newName: kuznetcovay/lcg -# newTag: v2.0.12 +# newTag: v2.0.13 diff --git a/serve/templates/history.go b/serve/templates/history.go index ea9ee87..c42a51b 100644 --- a/serve/templates/history.go +++ b/serve/templates/history.go @@ -118,17 +118,19 @@ const HistoryPageTemplate = ` -webkit-box-orient: vertical; } .delete-btn { - background: #e74c3c; - color: white; + background: transparent; + color: #ef9a9a; /* бледно-красный */ border: none; - padding: 6px 12px; + padding: 2px 6px; border-radius: 4px; cursor: pointer; - font-size: 0.8em; - transition: background 0.3s ease; + font-size: 18px; + line-height: 1; + transition: color 0.2s ease, transform 0.2s ease; } .delete-btn:hover { - background: #c0392b; + color: rgb(171, 27, 24); /* ярче при ховере */ + transform: translateY(-1px); } .empty-state { text-align: center; @@ -185,7 +187,7 @@ const HistoryPageTemplate = ` #{{.Index}} - +