Skip to content

Commit d5eb7d3

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
remove web interface warning
1 parent 15fbd3b commit d5eb7d3

File tree

1 file changed

+1
-8
lines changed
  • Services/Interfaces/web_interface/templates

1 file changed

+1
-8
lines changed

Services/Interfaces/web_interface/templates/index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
{% set active_page = "home" %}
33
{% block body %}
44
<div update-url="{{ url_for('api.announcements') }}" class="alert alert-danger text-center d-none" role="alert" id="annoncementsAlert"></div>
5-
<div class="alert alert-warning text-center mt-2" role="alert">
6-
<h2>Thank you for contributing to OctoBot by testing this alpha version.</h2>
7-
<p>
8-
Please keep in mind that this version is not yet fully tested and certainly has remaining bugs.
9-
Please report any error / improvement idea or issue into the OctoBot channel.
10-
</p>
11-
</div>
125
<span id="exchange-specific-data">
13-
<div class="card">
6+
<div class="card mt-2 mt-md-4">
147
<div class="card-header"><h1>
158
Profitability
169
<a class="float-right text-danger" target="_blank" rel="noopener noreferrer" href="{{OCTOBOT_WIKI_URL}}/Understanding-profitability#profitability-in-octobot">

0 commit comments

Comments
 (0)