New: App Sync Profiles

This commit is contained in:
Qstick
2021-05-18 00:17:04 -04:00
parent 29c4849bef
commit f64f8e915f
51 changed files with 1509 additions and 19 deletions

View File

@@ -74,6 +74,12 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
{
name: 'appProfileId',
label: translate('AppProfile'),
isSortable: true,
isVisible: true
},
{
name: 'added',
label: translate('Added'),
@@ -138,6 +144,12 @@ export const defaultState = {
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.PROTOCOL
},
{
name: 'appProfileId',
label: translate('AppProfile'),
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.APP_PROFILE
},
{
name: 'tags',
label: translate('Tags'),