ObjectsTableEndpoint: show an object type column

fixes #2050
This commit is contained in:
Thomas Gelf 2019-12-18 11:37:45 +01:00
parent 3e98d828e5
commit 4e54177bfe
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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'),
);
}