commit | c6be4a014fabdefcd5822b888948600c04a0df9c | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri Jan 15 19:16:31 2016 -0800 |
committer | Simon Hunt <simon@onlab.us> | Fri Jan 15 19:16:31 2016 -0800 |
tree | 2a3e4adb75e1534b84ed50e6192141348559870c | |
parent | 57f7fac961918461d945043f7040b4c24d744aa9 [diff] |
uiref -- use no rows message from server, no longer hardcoded. Change-Id: Ic49c324cb27f87d3e48ec296cfc633f3dddb5ca2
diff --git a/uiref/src/main/resources/app/view/uiRefTable/uiRefTable.html b/uiref/src/main/resources/app/view/uiRefTable/uiRefTable.html index 2936bcb..df86d0f 100644 --- a/uiref/src/main/resources/app/view/uiRefTable/uiRefTable.html +++ b/uiref/src/main/resources/app/view/uiRefTable/uiRefTable.html
@@ -26,7 +26,7 @@ <table> <tr ng-if="!tableData.length" class="no-data"> <td colspan="3"> - No Items found + {{annots.no_rows_msg}} </td> </tr>