From 6a3f58e6009078c5fa9647db41da51e76ef9b8be Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sat, 2 Sep 2017 13:04:37 +0500 Subject: [PATCH] AddressesPage: Add placeholders. --- src/ui/qml/pages/addresses/AddressesColumn.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ui/qml/pages/addresses/AddressesColumn.qml b/src/ui/qml/pages/addresses/AddressesColumn.qml index 2fa0fc5c..23bd2eb9 100644 --- a/src/ui/qml/pages/addresses/AddressesColumn.qml +++ b/src/ui/qml/pages/addresses/AddressesColumn.qml @@ -33,6 +33,13 @@ ColumnLayout { TextArea { id: textArea enabled: !checkBoxAll.checked + placeholderText: " +10.0.0.0/24 +127.0.0.0/24 +169.254.0.0/16 +172.16.0.0/16 +192.168.0.0/16 +" } } }