Skip to content

Commit

Permalink
webgui: renders: show hw_info first, then version
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Feb 7, 2024
1 parent 28f9a78 commit 1fd2bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afanasy/browser/renders.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RenderNode.prototype.init = function() {
this.elName.classList.add('name');
this.elName.classList.add('prestar');

this.elEngine = cm_ElCreateText(this.element, 'Client Version');
this.elHWInfo = cm_ElCreateText(this.element, 'Hardware Info');
this.elEngine = cm_ElCreateText(this.element, 'Client Version');

if (cm_IsSith())
{
Expand Down

0 comments on commit 1fd2bc4

Please sign in to comment.