Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ onCanvasSizeChange
Function
onCanvasSizeChange
systemvm/agent/js/handler.js:44–46 ·
view source on GitHub ↗
(width, height)
Source
from the content-addressed store, hash-verified
42
}
43
44
function
onCanvasSizeChange(width, height) {
45
$(
'#toolbar'
).width(width);
46
}
47
48
function
onStatusNotify(status) {
49
if
(status == ajaxViewer.STATUS_SENDING || status == ajaxViewer.STATUS_RECEIVING)
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
width
Method · 0.80
Tested by
no test coverage detected