Highly ambitious ATProtocol AppView service and sdks

Compare changes

Choose any two refs to compare.

Changed files
+3 -3
frontend
src
features
dashboard
templates
slices
settings
templates
+1 -1
frontend/src/features/dashboard/templates/fragments/CreateSliceDialog.tsx
··· 48 48 type="text" 49 49 id="domain" 50 50 name="domain" 51 - label="Primary Domain" 51 + label="Primary Namespace" 52 52 required 53 53 defaultValue={domain} 54 54 placeholder="e.g. social.grain"
+1 -1
frontend/src/features/slices/settings/templates/SliceSettings.tsx
··· 101 101 102 102 <div> 103 103 <Input 104 - label="Primary Domain" 104 + label="Primary Namespace" 105 105 type="text" 106 106 id="slice-domain" 107 107 name="domain"
+1 -1
frontend.fly.toml
··· 23 23 force_https = true 24 24 auto_stop_machines = 'stop' 25 25 auto_start_machines = true 26 - min_machines_running = 0 26 + min_machines_running = 1 27 27 processes = ['app'] 28 28 29 29 [[vm]]