Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
aws-ssh-rdp-links
Commits
12b6a53d
Commit
12b6a53d
authored
Jun 27, 2016
by
Nate Fox
Browse files
0.1.6
parent
2e9b9c6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifest.json
View file @
12b6a53d
...
...
@@ -2,7 +2,7 @@
"manifest_version"
:
2
,
"name"
:
"AWS SSH RDP Links"
,
"description"
:
"Adds SSH and RDP links to the AWS Console"
,
"version"
:
"0.1.
5
"
,
"version"
:
"0.1.
6
"
,
"content_scripts"
:
[
{
"matches"
:
[
...
...
page.js
View file @
12b6a53d
...
...
@@ -121,5 +121,5 @@ function get_windows_user() {
}
function
get_selector
(
row
,
div
)
{
return
$
(
"
table.
O
J > tbody tr:eq(
"
+
row
+
"
) div.
A
K:eq(
"
+
div
+
"
)
"
)
return
$
(
"
table.
P
J > tbody tr:eq(
"
+
row
+
"
) div.
B
K:eq(
"
+
div
+
"
)
"
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment