diff --git a/app/components/config/config.json b/app/components/config/config.json index e700a04..99db4b8 100644 --- a/app/components/config/config.json +++ b/app/components/config/config.json @@ -61,16 +61,44 @@ "apiName": "services", "filters": {} }, - "customViewsConfig": { - "customView1": { - "cells": ["hosts_host", "host_address", "duration", "last_check", "host_status"], - "apiName": "hosts", - "filters": {} - }, - "customView2": { - "cells": ["host", "service_check", "duration", "last_check"], - "apiName": "services", - "filters": {} - } - } + "customViewsConfig": { + "customView1": { + "cells": { + "text": [ + "Host", + "Address", + "Duration", + "Last check", + "Host status" + ], + "name": [ + "hosts_host", + "host_address", + "duration", + "last_check", + "host_status" + ] + }, + "apiName": "hosts", + "filters": {} + }, + "customView2": { + "cells": { + "text": [ + "Host", + "Service check", + "Duration", + "Last check" + ], + "name": [ + "host", + "service_check", + "duration", + "last_check" + ] + }, + "apiName": "services", + "filters": {} + } + } } diff --git a/app/custom_views/custom_views.html b/app/custom_views/custom_views.html index c254d9b..cf1e87e 100644 --- a/app/custom_views/custom_views.html +++ b/app/custom_views/custom_views.html @@ -1,7 +1,19 @@ -