🗑️ Remove download section from GamemasterManager view
This commit is contained in:
@@ -85,28 +85,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Download Section -->
|
|
||||||
<div v-if="processedData" class="section">
|
|
||||||
<h2>4. Download Files</h2>
|
|
||||||
<div class="button-group">
|
|
||||||
<button @click="downloadPokemon" class="btn btn-success">
|
|
||||||
📥 Download pokemon.json
|
|
||||||
</button>
|
|
||||||
<button @click="downloadAllForms" class="btn btn-success">
|
|
||||||
📥 Download pokemon-allFormsCostumes.json
|
|
||||||
</button>
|
|
||||||
<button @click="downloadMoves" class="btn btn-success">
|
|
||||||
📥 Download pokemon-moves.json
|
|
||||||
</button>
|
|
||||||
<button @click="downloadAll" class="btn btn-primary">
|
|
||||||
📦 Download All Files
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Server Status Section -->
|
<!-- Server Status Section -->
|
||||||
<div v-if="serverStatus" class="section">
|
<div v-if="serverStatus" class="section">
|
||||||
<h2>5. Server Storage Status</h2>
|
<h2>4. Server Storage Status</h2>
|
||||||
<div class="status-card">
|
<div class="status-card">
|
||||||
<p>
|
<p>
|
||||||
<strong>Last Update:</strong>
|
<strong>Last Update:</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user