This commit is contained in:
2019-02-20 20:34:02 +00:00
parent 38990fa56f
commit ff305a9b98
8 changed files with 111 additions and 21 deletions

View File

@@ -52,7 +52,7 @@
<script>
/* eslint-disable */
/* Xeslint-disable */
import localeText from "../api/locale";
import api from "../api/apiutil";
import WidgetEdit from "../components/inventorywidgetedit";
@@ -127,7 +127,7 @@ export default {
addNavItem(lt.get("Operations"), "cogs", "ops");
}
*/
this.rowsPerPageText = this.lt("RowsPerPage");
this.rowsPerPageText = this.lt("RowsPerPage");
},
computed: {},
methods: {