From ab2e260369bec7c1724b136410c03512e15f632a Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 29 Apr 2020 18:27:06 +0200 Subject: [PATCH] fix new.tag.pug and change port in Makefile --- ui/Makefile | 2 +- ui/app/src/new.tag.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/Makefile b/ui/Makefile index e7d5df674..29c8d9409 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -36,4 +36,4 @@ push: docker push "$(IMAGE):$(TAG)$(CDP_TAG)" mock: - docker run -it -p 8080:8080 "$(IMAGE):$(TAG)" --mock + docker run -it -p 8081:8081 "$(IMAGE):$(TAG)" --mock diff --git a/ui/app/src/new.tag.pug b/ui/app/src/new.tag.pug index d0986c293..6293a6c7a 100644 --- a/ui/app/src/new.tag.pug +++ b/ui/app/src/new.tag.pug @@ -531,7 +531,7 @@ new - {{ odd }}/32 {{/if}} - {{#if resourcesVisible}} + {{#if resourcesVisible}} resources: requests: cpu: {{ cpu.state.request.state }}m