There was an error while loading. Please reload this page.
1 parent 5e48bf5 commit 2f0ada8Copy full SHA for 2f0ada8
1 file changed
src/plugins/system/set-hostname.ts
@@ -8,15 +8,6 @@ const plugin = createPlugin({
8
description: 'Set the system hostname to uniquely identify the machine on the network',
9
preRunMessage: 'Setting hostname...',
10
options: {
11
- select: {
12
- type: 'dropdown',
13
- label: 'dropdown test',
14
- default: '1',
15
- options: [
16
- { label: 'opt1', value: '1' },
17
- { label: 'op2', value: '2' },
18
- ],
19
- },
20
hostname: {
21
type: 'text',
22
label: 'Enter the new hostname:',
0 commit comments