opt. for pkg

This commit is contained in:
lollipopkit
2023-05-07 20:44:15 +08:00
parent ffae93cc72
commit a2361da560
5 changed files with 107 additions and 103 deletions

View File

@@ -97,7 +97,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
children: [
buildInput(
type: TextInputType.text,
label: _s.dockerImage,
label: _s.dockerImage,
hint: 'xxx:1.1',
controller: imageCtrl,
autoCorrect: false,
@@ -105,7 +105,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
buildInput(
type: TextInputType.text,
controller: nameCtrl,
label: _s.dockerContainerName,
label: _s.dockerContainerName,
hint: 'xxx',
autoCorrect: false,
),