Skip to content

Commit

Permalink
Merge pull request Tendrl#1090 from gnehapk/version-issue
Browse files Browse the repository at this point in the history
Removed browser version from about modal
  • Loading branch information
gnehapk authored Nov 22, 2018
2 parents fe69b6c + cde22b5 commit 34100fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/base/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ <h1>Tendrl Unified Storage Manager</h1>
<li><strong>User</strong> {{ header.currentUser }}</li>
<li><strong>User Role</strong> {{header.getUserRole()}}</li>
<li class="text-capitalize"><strong>Browser</strong> {{header.device.browser}}</li>
<li><strong>Browser Version</strong> {{header.device.browser_version}}</li>
<li class="text-capitalize"><strong>Browser OS</strong> {{header.device.os}}</li>
</ul>
</div>
Expand Down

0 comments on commit 34100fb

Please sign in to comment.