You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/scripts/vendor.js
+7-5
Original file line number
Diff line number
Diff line change
@@ -39719,12 +39719,13 @@ prevent:"=",
39719
39719
rows:"=",
39720
39720
cols:"=",
39721
39721
screenKeys:"=",
39722
-
autofocus:"=?"
39722
+
autofocus:"=?",
39723
+
status:"="
39723
39724
},
39724
39725
link:function(g, h, i) {
39725
39726
function j() {
39726
39727
function a(a) {
39727
-
!a && j && (a = "Could not connect to the container. Do you have sufficient privileges?"), a || (a = "disconnected"), j || (a = "\r\n" + a), q.write("[31m" + a + "[m\r\n"), g.$apply(k);
39728
+
!a && j && (a = "Could not connect to the container. Do you have sufficient privileges?"), a || (a = "disconnected"), j || (a = "\r\n" + a), q.write("[31m" + a + "[m\r\n"), g.status = "disconnected", g.$apply(k);
0 commit comments