UI migrated to Bootstrap 4, FontAwesome 5 and CoreUI theme.

This commit is contained in:
Tomas Bures 2018-12-28 10:57:00 +01:00
parent 41d74e3cc7
commit 64af46b685
11 changed files with 99 additions and 69 deletions

View file

@ -88,7 +88,7 @@ fieldTypes.gpg = {
fieldTypes.json = {
validate: field => {},
addColumn: (table, name) => table.json(name),
addColumn: (table, name) => table.text(name),
indexed: false,
grouped: false,
enumerated: false,