Devices.DevicesView=class extends UI.VBox{constructor(){super(true);const deprecationMessage=this.contentElement.createChild('span');const documentationLink=UI.html`chrome://inspect/#devices`;self.onInvokeElement(documentationLink,event=>{SDK.targetManager.mainTarget().pageAgent().navigate('chrome://inspect/#devices');event.consume(true);});deprecationMessage.style.padding='5px';deprecationMessage.appendChild(UI.formatLocalized('This panel has been deprecated in favor of the %s interface, which has equivalent functionality.',[documentationLink]));this.setDefaultFocusedElement(documentationLink);}};;