mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
3e98d828e5
commit
4e54177bfe
@ -16,6 +16,7 @@ next (will be 1.8.0)
|
||||
* FEATURE: Data Fields can now be grouped into categories (#1969)
|
||||
* FEATURE: Inspect is now available for Packages, Stages and Files (#1995)
|
||||
* FEATURE: Allow to disable the Director frontend / UI (#2007)
|
||||
* FEATURE: Endpoints table now shows the object type (e.g. external) (#2050)
|
||||
|
||||
### REST API
|
||||
* FEATURE: Self Service API ignores empty/missing properties (e.g. no address)
|
||||
|
@ -19,6 +19,7 @@ class ObjectsTableEndpoint extends ObjectsTable
|
||||
'object_name' => $this->translate('Endpoint'),
|
||||
'host' => $this->translate('Host'),
|
||||
'zone' => $this->translate('Zone'),
|
||||
'object_type' => $this->translate('Type'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user