diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-08-11 10:34:30 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-08-11 10:34:30 +0200 |
commit | a32f8203064360165fe2f1974fcd57e59954a192 (patch) | |
tree | b2211de13a285042160d96085c71fab8039f7065 /id/moa-id-webgui/src/main | |
parent | 53a9b41048d9c5db633321906b9e14dc4a99624e (diff) | |
download | moa-id-spss-a32f8203064360165fe2f1974fcd57e59954a192.tar.gz moa-id-spss-a32f8203064360165fe2f1974fcd57e59954a192.tar.bz2 moa-id-spss-a32f8203064360165fe2f1974fcd57e59954a192.zip |
update GeneralConfig GUI
Diffstat (limited to 'id/moa-id-webgui/src/main')
-rw-r--r-- | id/moa-id-webgui/src/main/resources/gui/types/general.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/id/moa-id-webgui/src/main/resources/gui/types/general.json b/id/moa-id-webgui/src/main/resources/gui/types/general.json index f10fac06c..f12b71eea 100644 --- a/id/moa-id-webgui/src/main/resources/gui/types/general.json +++ b/id/moa-id-webgui/src/main/resources/gui/types/general.json @@ -228,6 +228,22 @@ } } }, + "reversion.log": { + "id": "http://www.egiz.gv.at/dynUI/general/reversion/log", + "type": "object", + "title": "Revisions-Logging", + "description": "General Revision-Logging", + "options": { + "collapsed": true + }, + "properties": { + "eventcodes": { + "id": "http://www.egiz.gv.at/dynUI/general/reversion/log/eventcodes", + "type": "string", + "title": "EventCodes (CSV)" + } + } + }, "protocols": { "id": "http://www.egiz.gv.at/dynUI/general/protocols", "type": "object", |