mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
webui: adding and listing identities
This commit is contained in:
parent
94b02943e6
commit
57d1d0868a
7 changed files with 113 additions and 10 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
}
|
||||
};
|
||||
return m("div",[
|
||||
m("h2","add new friend (Step 2/3)"),
|
||||
m("h2","add new friend (Step 3/3)"),
|
||||
m("p","Do you want to add "
|
||||
+ m.route.param("name")
|
||||
+ " (" + m.route.param("location") + ")"
|
||||
|
@ -79,6 +79,7 @@ module.exports = {
|
|||
}), "Auto download recommended files from this node",
|
||||
m("div.btn2",{
|
||||
onclick: function(){
|
||||
m.route("/waiting");
|
||||
rs.request("peers",result,function(data, responsetoken){
|
||||
m.route("/peers");
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue