From 0b38f4e1620ef66e6d9121845b2a55b090d2020f Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Thu, 28 May 2020 15:32:37 +0800 Subject: [PATCH] default is the key word in java, rename to activated. --- ui-configuration.graphqls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-configuration.graphqls b/ui-configuration.graphqls index 876c5e1..12b9788 100644 --- a/ui-configuration.graphqls +++ b/ui-configuration.graphqls @@ -29,9 +29,9 @@ type DashboardConfiguration { type: TemplateType!, # JSON based configuration. The format of text is the export result on the UI page. configuration: String!, - # Default means this configuration should effect directly. + # Activated means this configuration should effect directly. # If the name is already used in the browser storage, the UI decides the behaviour, override/ignore/user-confirmation. - default: Boolean!, + activated: Boolean!, # Disable means this template is not working. disabled: Boolean! }