Skip to content

Commit

Permalink
Merge pull request #26 from BC-SECURITY/dev
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
vinnybod authored May 5, 2020
2 parents 24cf023 + 0da81dd commit b6c86c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2020-05-04
- Fixed a bug related to the loading icon in the agent command viewer
- May the Fourth be with you

## [1.2.0] - 2020-04-30
Including but not limited to:
- Replace element-ui with Vuetify
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkiller",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
3 changes: 2 additions & 1 deletion src/components/agents/AgentCommandViewer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<div class="agent-command-viewer">
<v-icon
v-if="!initalized"
v-if="!initialized"
style="width: 50px;"
class="fa-3x fas fa-spinner fa-spin"
/>
<ul class="shell-body">
Expand Down

0 comments on commit b6c86c8

Please sign in to comment.