mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-377: Add extension for displaying render statistics in a toolbar.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "1.4.0",
|
||||
|
||||
"name" : "Display Statistic Toolbar",
|
||||
"namespace" : "display-stats",
|
||||
|
||||
"translations" : [
|
||||
"translations/en.json"
|
||||
],
|
||||
|
||||
"js" : [
|
||||
"display-stats.min.js"
|
||||
],
|
||||
|
||||
"css" : [
|
||||
"display-stats.min.css"
|
||||
],
|
||||
|
||||
"html" : [
|
||||
"html/add-statistics.html"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
"templates/guacClientStatistics.html" : "text/html"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user