From 9cefd06655b279bb9db7cb211258d8e783372051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 22 Jan 2015 17:57:25 +0100 Subject: [PATCH] Added missing pagination for printer profiles --- .../static/js/app/viewmodels/printerprofiles.js | 2 +- .../dialogs/settings/printerprofiles.jinja2 | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/octoprint/static/js/app/viewmodels/printerprofiles.js b/src/octoprint/static/js/app/viewmodels/printerprofiles.js index cc98881d..dff75348 100644 --- a/src/octoprint/static/js/app/viewmodels/printerprofiles.js +++ b/src/octoprint/static/js/app/viewmodels/printerprofiles.js @@ -44,7 +44,7 @@ function PrinterProfilesViewModel() { "name", [], [], - 5 + 10 ); self.defaultProfile = ko.observable(); self.currentProfile = ko.observable(); diff --git a/src/octoprint/templates/dialogs/settings/printerprofiles.jinja2 b/src/octoprint/templates/dialogs/settings/printerprofiles.jinja2 index bea5d56d..f981b873 100644 --- a/src/octoprint/templates/dialogs/settings/printerprofiles.jinja2 +++ b/src/octoprint/templates/dialogs/settings/printerprofiles.jinja2 @@ -18,6 +18,19 @@ + + +