Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web UI style fixes: about dialog cannot be opened in the startup page #2173

Merged
merged 3 commits into from
Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions locust/static/css/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 27 additions & 28 deletions locust/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,38 +245,37 @@ <h2>Edit running load test</h2>
{% endif %}
{% block extended_panes %}{% endblock extended_panes %}
</div>
</div>
<div class="about" style="display:none;">
<div style="position:relative;">
<a href="#" class="close_link">Close</a>
</div>
<div class="padder">
<h1>About</h1>
<p>
The original idea for Locust was Carl Byström's who made a first proof of concept in June 2010.
Jonatan Heyman picked up Locust in January 2011, implemented the current concept of Locust classes
and made it work distributed across multiple machines.
</p>
<p>
Jonatan, Carl and Joakim Hamrén has continued the development of Locust at their job,
ESN Social Software, who have adopted Locust as an inhouse Open Source project.
</p>

<div class="about" style="display:none;">
<div style="position:relative;">
<a href="#" class="close_link">Close</a>
</div>
<div class="padder">
<h1>About</h1>
<p>
The original idea for Locust was Carl Byström's who made a first proof of concept in June 2010.
Jonatan Heyman picked up Locust in January 2011, implemented the current concept of Locust classes
and made it work distributed across multiple machines.
</p>
<p>
Jonatan, Carl and Joakim Hamrén has continued the development of Locust at their job,
ESN Social Software, who have adopted Locust as an inhouse Open Source project.
</p>

<h1>Authors and Copyright</h1>
<a href="http://cgbystrom.com/">Carl Byström</a> (<a href="https://twitter.com/cgbystrom/">@cgbystrom</a>)<br>
<a href="http://heyman.info/">Jonatan Heyman</a> (<a href="https://twitter.com/jonatanheyman/">@jonatanheyman</a>)<br>
Joakim Hamrén (<a href="https://twitter.com/Jahaaja/">@jahaaja</a>)<br>
<a href="http://esn.me/">ESN Social Software</a> (<a href="https://twitter.com/uprise_ea/">@uprise_ea</a>)<br>
Hugo Heyman (<a href="https://twitter.com/hugoheyman/">@hugoheyman</a>)
<h1>Authors and Copyright</h1>
<a href="http://cgbystrom.com/">Carl Byström</a> (<a href="https://twitter.com/cgbystrom/">@cgbystrom</a>)<br>
<a href="http://heyman.info/">Jonatan Heyman</a> (<a href="https://twitter.com/jonatanheyman/">@jonatanheyman</a>)<br>
Joakim Hamrén (<a href="https://twitter.com/Jahaaja/">@jahaaja</a>)<br>
<a href="http://esn.me/">ESN Social Software</a> (<a href="https://twitter.com/uprise_ea/">@uprise_ea</a>)<br>
Hugo Heyman (<a href="https://twitter.com/hugoheyman/">@hugoheyman</a>)


<h1>License</h1>
Open source licensed under the MIT license.
<h1>License</h1>
Open source licensed under the MIT license.

<h2>Version <a href="https://github.com/locustio/locust/releases/tag/{{version}}">{{version}}</a></h2>
<br>
<a href="https://locust.io/">https://locust.io</a>
</div>
<h2>Version <a href="https://github.com/locustio/locust/releases/tag/{{version}}">{{version}}</a></h2>
<br>
<a href="https://locust.io/">https://locust.io</a>
</div>
</div>
<nav class="footer">
Expand Down