Heimdall-Apps/MySpeed/config.blade.php
Lucas Araujo 0c395214a8
feat: add MySpeed app integration with live stats and config (#869)
* feat: add MySpeed app integration with live stats and config

- Implement MySpeed app with live statistics display for download/upload speeds
- Add configuration page with URL override option
- Include app icon and metadata in app.json

* style: format constructor with consistent spacing

* refactor: remove empty line in MySpeed constructor

---------

Co-authored-by: Lucas Araujo <lucas.ribeiro.de.araujo@rabobank.nl>
2025-09-20 16:15:44 +02:00

12 lines
489 B
PHP

<h2>{{ __('app.apps.config') }} ({{ __('app.optional') }}) @include('items.enable')</h2>
<div class="items">
<div class="input">
<label>{{ strtoupper(__('app.url')) }}</label>
{!! Form::text('config[override_url]', null, array('placeholder' => __('app.apps.override'), 'id' => 'override_url', 'class' => 'form-control')) !!}
</div>
<div class="input">
<button style="margin-top: 32px;" class="btn test" id="test_config">Test</button>
</div>
</div>