fix-mobile-qr-device-info-width (#43)
Co-authored-by: Forgejo Actions <actions@git.mcintire.me> Reviewed-on: graham/towerops-web#43
This commit is contained in:
parent
33daaf14f0
commit
8abf01ccb1
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: git.mcintire.me/graham/towerops-web:production-1773007128-e91d74d
|
image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/app/bin/migrate"]
|
command: ["/app/bin/migrate"]
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
@ -104,7 +104,7 @@ spec:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
containers:
|
containers:
|
||||||
- name: towerops
|
- name: towerops
|
||||||
image: git.mcintire.me/graham/towerops-web:production-1773007128-e91d74d
|
image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-4 rounded-lg bg-white p-4 dark:bg-gray-800/50">
|
<div class="mt-4 w-full max-w-md rounded-lg bg-white p-4 dark:bg-gray-800/50">
|
||||||
<dl class="space-y-2 text-sm">
|
<dl class="space-y-2 text-sm">
|
||||||
<div>
|
<div>
|
||||||
<dt class="font-medium text-gray-700 dark:text-gray-300">Device Name</dt>
|
<dt class="font-medium text-gray-700 dark:text-gray-300">Device Name</dt>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue