feat: rename Project Mycelium to Mycelium Marketplace across codebase and UI
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "dashboard/layout.html" %}
|
||||
|
||||
{% block title %}ThreeFold Dashboard - Resource Provider{% endblock %}
|
||||
{% block title %}Mycelium Dashboard - Resource Provider{% endblock %}
|
||||
|
||||
{% block dashboard_content %}
|
||||
<div class="my-4">
|
||||
@@ -315,7 +315,7 @@
|
||||
<td colspan="9" class="text-center text-muted py-4">
|
||||
<i class="bi bi-nodes display-4 d-block mb-3"></i>
|
||||
<h5>No Nodes Added Yet</h5>
|
||||
<p>Add your first node from the ThreeFold Grid to start offering slices on the marketplace.</p>
|
||||
<p>Add your first node from the Mycelium Grid to start offering slices on the marketplace.</p>
|
||||
<button class="btn btn-success" data-bs-toggle="modal" data-bs-target="#addNodeModal">
|
||||
<i class="bi bi-plus-circle me-2"></i> Add Your First Node
|
||||
</button>
|
||||
@@ -520,13 +520,13 @@
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="addNodeModalLabel">Add Nodes from ThreeFold Grid</h5>
|
||||
<h5 class="modal-title" id="addNodeModalLabel">Add Nodes from Mycelium Grid</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="alert alert-info">
|
||||
<i class="bi bi-info-circle me-2"></i>
|
||||
<strong>Mycelium Grid Integration:</strong> Enter the Grid Node IDs of your physical Mycelium Nodes. Node specifications and location will be automatically fetched from the ThreeFold Grid.
|
||||
<strong>Mycelium Grid Integration:</strong> Enter the Grid Node IDs of your physical Mycelium Nodes. Node specifications and location will be automatically fetched from the Mycelium Grid.
|
||||
</div>
|
||||
|
||||
<!-- Node Input Mode Selection -->
|
||||
@@ -543,14 +543,14 @@
|
||||
|
||||
<!-- Single Node Input -->
|
||||
<div id="singleNodeInput" class="mb-4">
|
||||
<label for="gridNodeId" class="form-label">ThreeFold Grid Node ID</label>
|
||||
<label for="gridNodeId" class="form-label">Mycelium Grid Node ID</label>
|
||||
<input type="number" class="form-control" id="gridNodeId" placeholder="e.g., 8, 42, 1337" min="1">
|
||||
<small class="text-muted">Enter the ID of your node on the ThreeFold Grid</small>
|
||||
<small class="text-muted">Enter the ID of your node on the Mycelium Grid</small>
|
||||
</div>
|
||||
|
||||
<!-- Multiple Nodes Input -->
|
||||
<div id="multipleNodeInput" class="mb-4" style="display: none;">
|
||||
<label for="gridNodeIds" class="form-label">ThreeFold Grid Node IDs</label>
|
||||
<label for="gridNodeIds" class="form-label">Mycelium Grid Node IDs</label>
|
||||
<textarea class="form-control" id="gridNodeIds" rows="3" placeholder="Enter node IDs separated by commas or new lines e.g., 8, 42, 1337 or one per line"></textarea>
|
||||
<small class="text-muted">Enter multiple node IDs separated by commas or new lines</small>
|
||||
</div>
|
||||
@@ -1137,7 +1137,7 @@
|
||||
</ul>
|
||||
<div class="alert alert-info">
|
||||
<i class="bi bi-info-circle me-2"></i>
|
||||
<strong>Note:</strong> For grid nodes, this only removes the node from your dashboard. The physical node remains on the ThreeFold Grid.
|
||||
<strong>Note:</strong> For grid nodes, this only removes the node from your dashboard. The physical node remains on the Mycelium Grid.
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
Reference in New Issue
Block a user