-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92547b8
commit 685eafb
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
services/service-pages/main/default/objects/pages/listviews/customize.listview.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: customize | ||
columns: | ||
- field: label | ||
- field: name | ||
- field: render_engine | ||
- field: type | ||
- field: object_name | ||
- field: is_active | ||
- field: version | ||
- field: is_system | ||
wrap: false | ||
filter_scope: space | ||
filters: ["is_system","<>",true] | ||
label: 自定义 | ||
scrolling_mode: standard | ||
shared: true | ||
sort_no: 110 | ||
type: grid |
18 changes: 18 additions & 0 deletions
18
services/service-pages/main/default/objects/pages/listviews/system.listview.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: system | ||
columns: | ||
- field: label | ||
- field: name | ||
- field: render_engine | ||
- field: type | ||
- field: object_name | ||
- field: is_active | ||
- field: version | ||
- field: is_system | ||
wrap: false | ||
filter_scope: space | ||
filters: ["is_system","=",true] | ||
label: 系统 | ||
scrolling_mode: standard | ||
shared: true | ||
sort_no: 110 | ||
type: grid |