You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Sangeeta Ravindran <sa...@gmail.com> on 2017/01/13 19:27:40 UTC

Review Request 55516: Workflow Manager View: Start record set to 1 even when there are no records

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55516/
-----------------------------------------------------------

Review request for Ambari, DIPAYAN BHOWMICK and Nitiraj Rathore.


Bugs: AMBARI-19475
    https://issues.apache.org/jira/browse/AMBARI-19475


Repository: ambari


Description
-------

In the Workflow Manager View, when there are no co-ordinator or bundle records, the dashboard message says "Showing 1 to 0 of 0 records". This is because the start record is set to 1 by default.

Fix is to set the start record to 0, if the total records is 0.


Diffs
-----

  contrib/views/wfmanager/src/main/resources/ui/app/routes/design/dashboardtab.js 78bc1c9 

Diff: https://reviews.apache.org/r/55516/diff/


Testing
-------

Manual testing.


Thanks,

Sangeeta Ravindran