mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Rearrange top bar to fit on 1024px screens
This commit is contained in:
parent
b2396e64b5
commit
9ff375ed64
3 changed files with 51 additions and 16 deletions
|
@ -482,6 +482,8 @@ var SerialBackend = (function () {
|
|||
interval.add('global_data_refresh', periodicStatusUpdater.run, periodicStatusUpdater.getUpdateInterval(CONFIGURATOR.connection.bitrate), false);
|
||||
});
|
||||
|
||||
$('#profiles_wrapper_global').show();
|
||||
|
||||
}
|
||||
|
||||
privateScope.onClosed = function (result) {
|
||||
|
@ -497,6 +499,7 @@ var SerialBackend = (function () {
|
|||
$('#sensor-status').hide();
|
||||
$('#portsinput').show();
|
||||
$('#dataflash_wrapper_global').hide();
|
||||
$('#profiles_wrapper_global').hide();
|
||||
$('#quad-status_wrapper').hide();
|
||||
|
||||
//updateFirmwareVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue