Skip to content

Commit

Permalink
default is the key word in java, rename to activated.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed May 28, 2020
1 parent b979179 commit 0b38f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-configuration.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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!
}
Expand Down

0 comments on commit 0b38f4e

Please sign in to comment.