Skip to content

Commit

Permalink
Storage tab links need to remain ?tab form so they are usable without…
Browse files Browse the repository at this point in the history
… being in advanced mode.
  • Loading branch information
dkulp committed Jan 19, 2022
1 parent 62c66db commit 7fa4149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/healthCheck.php
Expand Up @@ -37,7 +37,7 @@ function StartHealthCheck() {
?>
<div id='upgradeFlag' class="alert alert-danger" role="alert">
SD card has unused space. Go to
<a href="settings.php#settings-storage">Storage Settings</a> to expand the
<a href="settings.php?tab=Storage">Storage Settings</a> to expand the
file system or create a new storage partition.
</div>

Expand Down
2 changes: 1 addition & 1 deletion www/index.php
Expand Up @@ -214,7 +214,7 @@ function NextPlaylistEntry()
if (isset($settings["LastBlock"]) && $settings["LastBlock"] > 1000000 && $settings["LastBlock"] < 7400000) {
?>
<div id='upgradeFlag' class="alert alert-danger" role="alert">
SD card has unused space. Go to <a href="settings.php#settings-storage">Storage Settings</a> to expand the
SD card has unused space. Go to <a href="settings.php?tab=Storage">Storage Settings</a> to expand the
file system or create a new storage partition.
</div>

Expand Down
2 changes: 1 addition & 1 deletion www/initialSetup.php
Expand Up @@ -33,7 +33,7 @@ function initialSetupChanged() {
?>
<div id='upgradeFlag' class="alert alert-danger" role="alert">
SD card has unused space. Go to
<a href="settings.php#settings-storage">Storage Settings</a> to expand the
<a href="settings.php?tab=Storage">Storage Settings</a> to expand the
file system or create a new storage partition.
</div>

Expand Down

0 comments on commit 7fa4149

Please sign in to comment.