Skip to content

Commit

Permalink
delete text "status" from ioThrottling widget, in accordance to figma
Browse files Browse the repository at this point in the history
  • Loading branch information
jparez committed Feb 10, 2025
1 parent 5e6e493 commit bc07a45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/IOThrottling.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,11 @@ module.exports = class IOThrottling extends OverlayPlugin {
applyBtnDiv.className = 'gm-iothrottling-apply';
const statusDiv = document.createElement('div');
statusDiv.className = 'gm-iothrottling-status';
const statusText = document.createElement('div');
statusText.innerHTML = 'Status:';
statusText.className = 'gm-iothrottling-status-text';
const appliedTag = chipTag.createChip();
const statusNotApplied = document.createElement('div');
statusNotApplied.innerHTML = 'Not applied';
statusNotApplied.className = 'gm-iothrottling-notapplied-text';

statusDiv.appendChild(statusText);
statusDiv.appendChild(statusNotApplied);
statusDiv.appendChild(appliedTag.element);

Expand Down

0 comments on commit bc07a45

Please # to comment.