lib/rest-ftp-daemon/helpers/views.rb in rest-ftp-daemon-0.410.2 vs lib/rest-ftp-daemon/helpers/views.rb in rest-ftp-daemon-0.410.4
- old
+ new
@@ -31,15 +31,13 @@
end
def location_style uri
case uri
when URI::FILE
- "primary"
+ "info"
when URI::FTP
"warning"
- when URI::FTPS
- "success"
- when URI::SFTP
+ when URI::FTPES, URI::FTPS, URI::SFTP
"success"
else
"default"
end
end