Skip to content

Commit

Permalink
B OpenNebula#2497: two factor authentication (OpenNebula#3500)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
  • Loading branch information
jloboescalona2 authored and feldsam committed Oct 3, 2019
1 parent 562adf8 commit 2cf6984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sunstone/views/login.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="css/app.css" />
<% if $conf[:env] == 'dev' %>
<link href="css/app.css?v=<%= OpenNebula::VERSION %>" media="screen, projector, print" rel="stylesheet" type="text/css"></link>
<script src="bower_components/requirejs/require.js" data-main="app/login"></script>
<% else %>
<link href="css/app.min.css?v=<%= OpenNebula::VERSION %>" media="screen, projector, print" rel="stylesheet" type="text/css"></link>
<script src="dist/login.js"></script>
<% end %>
</head>
Expand Down

0 comments on commit 2cf6984

Please sign in to comment.