github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 }