We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b56e8 commit 7bd1fbbCopy full SHA for 7bd1fbb
resources/views/admin/nodes/view.blade.php
@@ -505,7 +505,7 @@
505
type: 'success',
506
title: 'Token created.',
507
text: 'Your token will expire at ' + data.expires_at + '<br /><br />' +
508
- '<p>To auto-configure your node run<br /><small><pre>npm run configure -- --panel-url '+window.location.protocol+'//{{ config('app.url') }} --token '+data.token+'</pre></small></p>',
+ '<p>To auto-configure your node run<br /><small><pre>npm run configure -- --panel-url {{ config('app.url') }} --token '+data.token+'</pre></small></p>',
509
html: true
510
})
511
0 commit comments