-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26883/
-----------------------------------------------------------
Review request for Ambari, Alexandr Antonenko and Srimanth Gunturi.
Bugs: AMBARI-7841
https://issues.apache.org/jira/browse/AMBARI-7841
Repository: ambari
Description
-------
On the Slider Apps table page we need to show the user that is using this view.
On the left side of the Create App we need to show the user. It should look
like "[user-icon] username".
The "username" can be got from the
/api/v1/views/SLIDER/versions/1.0.0/instances/s1 call's
ViewInstanceInfo/properties/slider.user value.
Diffs
-----
contrib/views/slider/src/main/resources/ui/app/controllers/slider_controller.js
e4476fd
contrib/views/slider/src/main/resources/ui/app/styles/app.less ddff96a
contrib/views/slider/src/main/resources/ui/app/templates/application.hbs
7961387
contrib/views/slider/src/main/resources/ui/test/integration/pages/index_test.js
f5d556a
contrib/views/slider/src/main/resources/ui/test/unit/controllers/createAppWizard/step3_controller_test.js
56346b2
contrib/views/slider/src/main/resources/ui/test/unit/controllers/slider_controller_test.js
0faec95
Diff: https://reviews.apache.org/r/26883/diff/
Testing
-------
Tests completed in 7120 milliseconds.
124 assertions of 124 passed, 0 failed.
Thanks,
Aleksandr Kovalenko