admin: Show a lock icon next to private streams.

(imported from commit 26829016cf219b55aef0ef45187667b0a9bd86fd)
This commit is contained in:
Jessica McKellar
2014-01-24 13:47:18 -05:00
parent eeb8464f4d
commit 20f2baa614
5 changed files with 8 additions and 7 deletions

View File

@@ -87,8 +87,8 @@ exports.setup_page = function () {
});
// Populate streams table
channel.post({
url: '/json/get_public_streams',
channel.get({
url: '/json/streams?include_public=true&include_subscribed=true',
timeout: 10*1000,
idempotent: true,
success: populate_streams,