From bbb80e5b77ecc62dbc6eb7d2b3531f40d20b1d52 Mon Sep 17 00:00:00 2001 From: "C. Alexander Leigh" Date: Tue, 14 Feb 2023 16:20:47 -0800 Subject: [PATCH] lc-isf-tc: Fiddling with demo screens --- lc-isf-tc/src/main/resources/screen/main.json | 9 ++++++++- lc-isf-tc/src/main/resources/screen/main.scn | 7 ++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lc-isf-tc/src/main/resources/screen/main.json b/lc-isf-tc/src/main/resources/screen/main.json index 9e26dfeeb..02ad2de2d 100644 --- a/lc-isf-tc/src/main/resources/screen/main.json +++ b/lc-isf-tc/src/main/resources/screen/main.json @@ -1 +1,8 @@ -{} \ No newline at end of file +{ + "widgets": { + "%cmd": { + "type": "field", + "cols": 3 + } + } +} \ No newline at end of file diff --git a/lc-isf-tc/src/main/resources/screen/main.scn b/lc-isf-tc/src/main/resources/screen/main.scn index dbf2f2131..909314482 100644 --- a/lc-isf-tc/src/main/resources/screen/main.scn +++ b/lc-isf-tc/src/main/resources/screen/main.scn @@ -2,6 +2,7 @@ ** MAIN MENU ** - => There are options available to you! Sad news. - - + 1 => VPN Configuration + + +CMD=>%cmd \ No newline at end of file -- GitLab