diff --git a/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard-controller.js b/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard-controller.js
index 5397dd9..a994782 100644
--- a/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard-controller.js
+++ b/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard-controller.js
@@ -49,7 +49,7 @@ upvote.admin.dashboard.DashboardController = class {
/** @private */
init_() {
this.blockableQueryResource_['search'](
- {'filter': 'suspect', 'platform': 'all', 'type': 'all'})['$promise']
+ {'filter': 'suspect', 'platform': 'all', 'type': 'all', 'withContext': 'true'})['$promise']
.then((response) => {
this.suspectBlockables = response['content'];
})
@@ -57,7 +57,7 @@ upvote.admin.dashboard.DashboardController = class {
this.errorService_.createToastFromError(response);
});
this.blockableQueryResource_['search'](
- {'filter': 'flagged', 'platform': 'all', 'type': 'all'})['$promise']
+ {'filter': 'flagged', 'platform': 'all', 'type': 'all', 'withContext': 'true'})['$promise']
.then((response) => {
this.flaggedBlockables = response['content'];
})
diff --git a/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard.html b/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard.html
index 6663611..ae151e0 100644
--- a/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard.html
+++ b/upvote/gae/modules/upvote_app/frontend/admin_ui/dashboard/dashboard.html
@@ -13,7 +13,7 @@
+ on-selected="dashboardCtrl.onSelectedItem(item.blockable.id)">
@@ -33,7 +33,7 @@
+ on-selected="dashboardCtrl.onSelectedItem(item.blockable.id)">
diff --git a/upvote/gae/modules/upvote_app/frontend/admin_ui/hostpage/hosts.html b/upvote/gae/modules/upvote_app/frontend/admin_ui/hostpage/hosts.html
index a7fe696..30dfe2f 100644
--- a/upvote/gae/modules/upvote_app/frontend/admin_ui/hostpage/hosts.html
+++ b/upvote/gae/modules/upvote_app/frontend/admin_ui/hostpage/hosts.html
@@ -75,32 +75,34 @@
+ Should Upload Logs:
+
+ {{ host.shouldUploadLogs }}
+
+
+
+
+
Transitive Whitelisting Enabled:
{{ host.transitiveWhitelistingEnabled }}
-
Whitelist REGEX:
{{ host.directoryWhitelistRegex }}
-
Blacklist REGEX:
{{ host.directoryBlacklistRegex }}
-
- Should Upload Logs:
-
- {{ host.shouldUploadLogs }}
-
-
First Seen: