|
my_app_name: 'kibana', |
|
my_app_version: kbnVersion, |
The my_app_name parameter is currently hard-coded to "kibana". Since ems-client is also used by ems-landing-page and possibly other apps in the future, we should be able to specify this in the constructor.
Additionally, kbnVersion should probably be renamed to something like appVersion in the constructor.
ems-client/src/ems_client.js
Lines 110 to 111 in 9815cd8
The
my_app_nameparameter is currently hard-coded to "kibana". Since ems-client is also used by ems-landing-page and possibly other apps in the future, we should be able to specify this in the constructor.Additionally,
kbnVersionshould probably be renamed to something likeappVersionin the constructor.