github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/utils/open-exec-url.js (about)

     1  export default function openExecUrl(url) {
     2    window.open(url, '_blank', 'width=973,height=490,location=1');
     3  }