feat: rename app provider to application provider and update terminology in docs and UI
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<strong>Node:</strong> {{ slice.node_id }}
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<strong>Resource Provider:</strong> {{ slice.resource provider_email }}
|
||||
<strong>Resource Provider:</strong> {{ slice.resource_provider_email }}
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<strong>Specifications:</strong>
|
||||
@@ -54,7 +54,7 @@
|
||||
<div class="card-body">
|
||||
<form id="sliceRentalForm" method="POST" action="/marketplace/slice/rent">
|
||||
<!-- Hidden fields -->
|
||||
<input type="hidden" name="resource provider_email" value="{{ resource provider_email }}">
|
||||
<input type="hidden" name="resource_provider_email" value="{{ resource_provider_email }}">
|
||||
<input type="hidden" name="node_id" value="{{ node_id }}">
|
||||
<input type="hidden" name="combination_id" value="{{ combination_id }}">
|
||||
|
||||
|
Reference in New Issue
Block a user