Skip to content

Commit

Permalink
Merge pull request #2670 from Hooverdan96/2668_distro_version
Browse files Browse the repository at this point in the history
surface Distro Version to breadcrumb bar #2668
  • Loading branch information
phillxnet authored Sep 15, 2023
2 parents a80fdeb + a6e6187 commit 141ecad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rockstor/storageadmin/static/storageadmin/js/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,7 @@ $(document).ready(function() {
};

var distroInfo = function(data) {
$('#distro-info').text("Uses " + data.distro);
$('#distro-info').attr('title', data.version);
$('#distro-info').text("Uses " + data.distro + ": " + data.version);
};

var displayLocaleTime = function(data) {
Expand Down

0 comments on commit 141ecad

Please sign in to comment.