mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Websocket help dialogs
Fixed typo in Safari help text.
This commit is contained in:
@@ -40,7 +40,7 @@ angular.module('SafariSocketHelpDefinition', [])
|
|||||||
style: "margin-top: 75px;",
|
style: "margin-top: 75px;",
|
||||||
containerHeight: 200
|
containerHeight: 200
|
||||||
},
|
},
|
||||||
box: "<p>Safari will not connect to the live event port when the Tower web server is configured with a self signed certificate. Check with a system administrator to" +
|
box: "<p>Safari will not connect to the live event port when the Tower web server is configured with a self signed certificate. Check with a system administrator to " +
|
||||||
"determine if Tower is using a self signed certificate. Installing a signed certificate will fix the problem.</p>" +
|
"determine if Tower is using a self signed certificate. Installing a signed certificate will fix the problem.</p>" +
|
||||||
"<p>Switching browsers to either Chrome or Firefox will work as well.</p>"
|
"<p>Switching browsers to either Chrome or Firefox will work as well.</p>"
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user