Skip to content

Commit b8549ea

Browse files
committed
added warning for recreation button
1 parent 5a4ec57 commit b8549ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/ArsService.vue

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ updateArsStatus();
3737
>
3838
Recreate ARS Docker Image
3939
</button>
40+
<span class="warning">Don't use this button unless you know what you're doing.</span>
4041
</div>
4142
<HostServerLog />
4243
</template>
@@ -48,4 +49,8 @@ updateArsStatus();
4849
.result {
4950
margin-left: 10px;
5051
}
52+
.warning {
53+
margin-left: 10px;
54+
color: red;
55+
}
5156
</style>

0 commit comments

Comments
 (0)