aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/views/page_view.ex
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-11 15:11:52 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-11 15:11:52 +0200
commit1646bc57eae9880fd408d23ca692364dc6fd6442 (patch)
tree0f65d47498f33772152b20ee082d34e218f16df4 /shardweb/lib/shard_web/views/page_view.ex
parenteb8c949551ffb8b3600357d7ff2bebe750af96e5 (diff)
downloadshard-1646bc57eae9880fd408d23ca692364dc6fd6442.tar.gz
shard-1646bc57eae9880fd408d23ca692364dc6fd6442.zip
Move somme functionnality to SNet.Manager
Diffstat (limited to 'shardweb/lib/shard_web/views/page_view.ex')
-rw-r--r--shardweb/lib/shard_web/views/page_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/shard_web/views/page_view.ex b/shardweb/lib/shard_web/views/page_view.ex
index 99df99d..6bd8e4b 100644
--- a/shardweb/lib/shard_web/views/page_view.ex
+++ b/shardweb/lib/shard_web/views/page_view.ex
@@ -2,7 +2,7 @@ defmodule ShardWeb.PageView do
use ShardWeb, :view
def conn_list do
- Shard.Manager.list_connections
+ SNet.Manager.list_connections
end
def peer_id_to_str(id) do