Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-server / server / ext / webui / templates / _restart_banner.html.j2
Size: Mime:
{% if restart_requested %}
<div class="alert alert-warning mb-0" role="alert">
You should restart the server now in order for the changes to take effect.
</div>
{% endif %}