mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-19 22:18:03 +00:00
Renamed application to statisfy MongoDB's rights
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>Mongodup</title>
|
||||
<title>Rolens</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -37,7 +37,7 @@
|
||||
});
|
||||
activeHostKey = hostKey;
|
||||
addressBarModalOpen = false;
|
||||
WindowSetTitle(`${hosts[activeHostKey].name} - Mongodup`);
|
||||
WindowSetTitle(`${hosts[activeHostKey].name} - Rolens`);
|
||||
}
|
||||
|
||||
busy.end();
|
||||
|
@ -9,7 +9,7 @@
|
||||
</script>
|
||||
|
||||
<div class="welcome">
|
||||
<p class="title">Welcome to Mongodup!</p>
|
||||
<p class="title">Welcome to Rolens!</p>
|
||||
<button class="btn" on:click={createHost}>Create your first host</button>
|
||||
</div>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
});
|
||||
activeHostKey = hostKey;
|
||||
dispatch('connected', hostKey);
|
||||
WindowSetTitle(`${hosts[activeHostKey].name} - Mongodup`);
|
||||
WindowSetTitle(`${hosts[activeHostKey].name} - Rolens`);
|
||||
}
|
||||
|
||||
busy.end();
|
||||
|
Reference in New Issue
Block a user