Skip to content

Commit

Permalink
Add requestId to deploy page title
Browse files Browse the repository at this point in the history
  • Loading branch information
kwm4385 authored and tpetr committed Oct 13, 2015
1 parent 1138dd8 commit 23c2a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingularityUI/app/controllers/DeployDetail.coffee
Expand Up @@ -20,7 +20,7 @@ class DeployDetailController extends Controller
healthChecks: require '../templates/deployDetail/deployHealthChecks'

initialize: ({@requestId, @deployId}) ->
@title @deployId
@title "#{ @requestId } deploy #{ @deployId }"

#
# Data stuff
Expand Down

0 comments on commit 23c2a5a

Please sign in to comment.