Skip to content
Snippets Groups Projects
Commit 7683b342 authored by Evan Eames's avatar Evan Eames Committed by Ugo Albanese
Browse files

Merged in NRRPLT-7271-choose-and-view-brain-type (pull request #327)

[NRRPLT-7271] Add Brain type icon to brain editor

Approved-by: Ugo Albanese
parent 7cc4da4f
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ module.exports = function(grunt) { ...@@ -326,7 +326,7 @@ module.exports = function(grunt) {
} }
}, },
// Renames files for browser caching purposes // Rename files for browser caching purposes
filerev: { filerev: {
dist: { dist: {
src: [ src: [
...@@ -342,6 +342,7 @@ module.exports = function(grunt) { ...@@ -342,6 +342,7 @@ module.exports = function(grunt) {
'!<%= yeoman.dist %>/img/common/intro-bg.jpg', '!<%= yeoman.dist %>/img/common/intro-bg.jpg',
'!<%= yeoman.dist %>/img/demo/text-slide-background.jpg', '!<%= yeoman.dist %>/img/demo/text-slide-background.jpg',
'!<%= yeoman.dist %>/img/3denv/**/*.{png,jpg,jpeg,gif,webp,svg,dae}', '!<%= yeoman.dist %>/img/3denv/**/*.{png,jpg,jpeg,gif,webp,svg,dae}',
'!<%= yeoman.dist %>/img/brain_types/*.{png,jpg,jpeg,gif,webp,svg,dae}',
'!<%= yeoman.dist %>/img/brainvisualizer/**/*.{png,jpg,jpeg,gif,webp,svg}', '!<%= yeoman.dist %>/img/brainvisualizer/**/*.{png,jpg,jpeg,gif,webp,svg}',
'!<%= yeoman.dist %>/img/esv/objects/**/*.{png,jpg,jpeg,gif,webp,svg}', '!<%= yeoman.dist %>/img/esv/objects/**/*.{png,jpg,jpeg,gif,webp,svg}',
'!<%= yeoman.dist %>/img/esv/envsections/**/*.{png,jpg,jpeg,gif,webp,svg}', '!<%= yeoman.dist %>/img/esv/envsections/**/*.{png,jpg,jpeg,gif,webp,svg}',
......
...@@ -16,6 +16,14 @@ ...@@ -16,6 +16,14 @@
info-tip-code="BRAIN_EDITOR_INFO" info-tip-code="BRAIN_EDITOR_INFO"
> >
</widget-header> </widget-header>
<div>
Current brain type:
<img
ng-src="{{'img/brain_types/'+ simulationInfo.brain.mode + '.png'}}"
height="30"
>
</div>
</div> </div>
<div class="brain-editor-grid-buttons"> <div class="brain-editor-grid-buttons">
......
app/img/brain_types/SynchronousDirectNestSimulation.png

6.92 KiB

app/img/brain_types/SynchronousNengoLoihiSimulation.png

129 KiB

app/img/brain_types/SynchronousNengoSimulation.png

9.98 KiB

app/img/brain_types/SynchronousPynnNestSimulation.png

44.5 KiB

app/img/brain_types/SynchronousSpinnakerSimulation.png

3.59 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment