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
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: git.mcintire.me/graham/towerops-web:production-1773007128-e91d74d
|
||||
image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/app/bin/migrate"]
|
||||
securityContext:
|
||||
|
|
@ -104,7 +104,7 @@ spec:
|
|||
cpu: "500m"
|
||||
containers:
|
||||
- name: towerops
|
||||
image: git.mcintire.me/graham/towerops-web:production-1773007128-e91d74d
|
||||
image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
|||
</p>
|
||||
</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">
|
||||
<div>
|
||||
<dt class="font-medium text-gray-700 dark:text-gray-300">Device Name</dt>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue