lib/rest-ftp-daemon/helpers/views.rb in rest-ftp-daemon-0.410.5 vs lib/rest-ftp-daemon/helpers/views.rb in rest-ftp-daemon-0.420.1
- old
+ new
@@ -36,9 +36,11 @@
"info"
when URI::FTP
"warning"
when URI::FTPES, URI::FTPS, URI::SFTP
"success"
+ when URI::S3
+ "primary"
else
"default"
end
end