github.com/hernad/nomad@v1.6.112/ui/app/utils/open-exec-url.js (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  export default function openExecUrl(url) {
     7    window.open(url, '_blank', 'width=973,height=490,location=1');
     8  }