GUACAMOLE-197: Clean up HTML and translations, remove unnecessary CSS files.

This commit is contained in:
Nick Couchman
2018-01-15 15:16:02 -05:00
parent ab90606c81
commit b0284ec710
5 changed files with 1 additions and 58 deletions

View File

@@ -88,18 +88,6 @@
<webappSourceDir>${basedir}/src/main/resources</webappSourceDir> <webappSourceDir>${basedir}/src/main/resources</webappSourceDir>
<webappTargetDir>${project.build.directory}/classes</webappTargetDir> <webappTargetDir>${project.build.directory}/classes</webappTargetDir>
<cssSourceDir>/</cssSourceDir>
<cssTargetDir>/</cssTargetDir>
<cssFinalFile>radius.css</cssFinalFile>
<cssSourceFiles>
<cssSourceFile>license.txt</cssSourceFile>
</cssSourceFiles>
<cssSourceIncludes>
<cssSourceInclude>**/*.css</cssSourceInclude>
</cssSourceIncludes>
<jsSourceDir>/</jsSourceDir> <jsSourceDir>/</jsSourceDir>
<jsTargetDir>/</jsTargetDir> <jsTargetDir>/</jsTargetDir>
<jsFinalFile>radius.js</jsFinalFile> <jsFinalFile>radius.js</jsFinalFile>

View File

@@ -17,10 +17,6 @@
"radius.min.js" "radius.min.js"
], ],
"css" : [
"radius.min.css"
],
"resources" : { "resources" : {
"templates/radiusChallengeResponseField.html" : "text/html" "templates/radiusChallengeResponseField.html" : "text/html"
} }

View File

@@ -1,39 +0,0 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
.radius-challenge-response-field-container {
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
display: table;
background: white;
}
.radius-challenge-response-field {
width: 100%;
display: table-cell;
vertical-align: middle;
}
.radius-challenge-response-field input[type="submit"] {
display: none !important;
}

View File

@@ -1 +1 @@
<input type=hidden ng-model="model" /> <input type="hidden" ng-model="model" />

View File

@@ -7,8 +7,6 @@
"LOGIN" : { "LOGIN" : {
"FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "", "FIELD_HEADER_GUAC_RADIUS_CHALLENGE_RESPONSE" : "",
"FIELD_HEADER_GUAC_RADIUS_STATE" : "", "FIELD_HEADER_GUAC_RADIUS_STATE" : "",
"INFO_RADIUS_RESPONSE_INCORRECT" : "RADIUS response incorrect.",
"INFO_RADIUS_AUTH_REQUIRED" : "Please authenticate with RADIUS to continue.",
"INFO_RADIUS_ADDL_REQUIRED" : "Please supply additional credentials" "INFO_RADIUS_ADDL_REQUIRED" : "Please supply additional credentials"
} }