Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy and launcher icon #2

Merged
merged 2 commits into from
Nov 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"EXPERIMENTAL_external":true,"id":"cf7e0af6-2201-4d7c-855d-662da1eca07b","name":"nerdpack-layout-standard","version":"0.1.0","cliVersion":"1.2.2","sdkVersion":2,"artifacts":[{"schema":{"schemaType":"LAUNCHER","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-launcher","description":"Describe me","displayName":"NerdpackLayoutStandard","rootNerdletId":"nerdpack-layout-standard-nerdlet","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-launcher"},"js":null,"css":null,"icon":null},{"schema":{"schemaType":"NERDLET","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-nerdlet","description":"Describe me","displayName":"Standard nerdpack layout","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-nerdlet"},"js":["cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-nerdlet.js"],"css":["cf7e0af6-2201-4d7c-855d-662da1eca07b--styles.css"]}]}
{"EXPERIMENTAL_external":true,"id":"cf7e0af6-2201-4d7c-855d-662da1eca07b","name":"standard-layout","version":"0.1.0","cliVersion":"1.2.2","sdkVersion":2,"artifacts":[{"schema":{"schemaType":"LAUNCHER","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-launcher","description":"Describe me","displayName":"Nerdpack Layout - Standard","rootNerdletId":"nerdpack-layout-standard-nerdlet","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-launcher"},"js":null,"css":null,"icon":"cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-launcher.png"},{"schema":{"schemaType":"NERDLET","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-nerdlet","description":"Describe me","displayName":"Standard nerdpack layout","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-nerdlet"},"js":["cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-nerdlet.js"],"css":["cf7e0af6-2201-4d7c-855d-662da1eca07b--styles.css"]}]}
Binary file modified launchers/nerdpack-layout-standard-launcher/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion launchers/nerdpack-layout-standard-launcher/nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"schemaType": "LAUNCHER",
"id": "nerdpack-layout-standard-launcher",
"description": "Describe me",
"displayName": "NerdpackLayoutStandard",
"displayName": "Nerdpack Layout - Standard",
"rootNerdletId": "nerdpack-layout-standard-nerdlet"
}
15 changes: 6 additions & 9 deletions nerdlets/nerdpack-layout-standard-nerdlet/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-trailing-spaces */

import React from "react";
import {
Grid,
Expand Down Expand Up @@ -87,20 +89,15 @@ export default class NerdpackLayoutStandard extends React.Component {
gapType={Stack.GAP_TYPE.NONE}
>
<StackItem>
<h4 className="empty-state-header">
Place your content here
</h4>
<h4 className="empty-state-header">How to use this layout</h4>
</StackItem>
<StackItem>
<p className="empty-state-description">
Open up
<code>nerdpack-layout-standard-nerdlet/index.js</code> and
replace the <code>.empty-state</code> div with your content.
Have suggestions, concerns, or ideas for how this template
could be better?{" "}
<a href="https://github.com/newrelic/nr1-nerdpack-layout-standard">
Submit an issue or PR :)
</a>
replace dummy content with your content. Have suggestions,
concerns, or ideas for how this template could be better?
Feel free to <a href="https://github.com/newrelic/nr1-nerdpack-layout-standard">submit an issue or PR :)</a>
.
</p>
</StackItem>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "Standard layout",
"name": "standard-layout",
"description": "Nerdpack nerdpack-layout-standard",
"version": "0.1.0",
"scripts": {
Expand Down