From 0193e0583499ace8a323e6772eeead913eb763b6 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 15 Nov 2017 18:22:35 -0800 Subject: [PATCH] Rename allocation-log to task-log --- ui/app/components/{allocation-log.js => task-log.js} | 0 ui/app/templates/allocations/allocation/task/logs.hbs | 2 +- .../templates/components/{allocation-log.hbs => task-log.hbs} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename ui/app/components/{allocation-log.js => task-log.js} (100%) rename ui/app/templates/components/{allocation-log.hbs => task-log.hbs} (100%) diff --git a/ui/app/components/allocation-log.js b/ui/app/components/task-log.js similarity index 100% rename from ui/app/components/allocation-log.js rename to ui/app/components/task-log.js diff --git a/ui/app/templates/allocations/allocation/task/logs.hbs b/ui/app/templates/allocations/allocation/task/logs.hbs index d6bb8aedb..887d2a7d1 100644 --- a/ui/app/templates/allocations/allocation/task/logs.hbs +++ b/ui/app/templates/allocations/allocation/task/logs.hbs @@ -10,6 +10,6 @@ {{#gutter-menu class="page-body"}} {{partial "allocations/allocation/task/subnav"}}
- {{allocation-log allocation=model.allocation task=model.name}} + {{task-log allocation=model.allocation task=model.name}}
{{/gutter-menu}} diff --git a/ui/app/templates/components/allocation-log.hbs b/ui/app/templates/components/task-log.hbs similarity index 100% rename from ui/app/templates/components/allocation-log.hbs rename to ui/app/templates/components/task-log.hbs