- Agent table default records per page:
-
-
-
@@ -73,7 +68,6 @@ export default {
return {
agentDblClickAction: "",
defaultAgentTblTab: "",
- agentsPerPage: 50,
tab: "ui",
splitterModel: 20,
agentDblClickOptions: [
@@ -111,7 +105,6 @@ export default {
this.$axios.get("/core/dashinfo/").then(r => {
this.agentDblClickAction = r.data.dbl_click_action;
this.defaultAgentTblTab = r.data.default_agent_tbl_tab;
- this.agentsPerPage = r.data.agents_per_page;
});
},
editUserPrefs() {
@@ -119,12 +112,10 @@ export default {
userui: true,
agent_dblclick_action: this.agentDblClickAction,
default_agent_tbl_tab: this.defaultAgentTblTab,
- agents_per_page: this.agentsPerPage,
};
this.$axios.patch("/accounts/users/ui/", data).then(r => {
this.notifySuccess("Preferences were saved!");
this.$emit("edited");
- this.$emit("refresh");
this.$emit("close");
});
},
diff --git a/web/src/views/Dashboard.vue b/web/src/views/Dashboard.vue
index cb59de57..99e94edb 100644
--- a/web/src/views/Dashboard.vue
+++ b/web/src/views/Dashboard.vue
@@ -195,7 +195,6 @@
indicator-color="primary"
align="left"
narrow-indicator
- @input="tabChanged"
>